Gets the axis easing value (0-1). See RotationCalculatorConfig.axisEasing for detailed documentation.
Sets the axis easing value (0-1). Typical values: 0.2-0.3 for smooth lag, 1.0 for instant rotation. See RotationCalculatorConfig.axisEasing for detailed documentation.
BillboardRotationCalculator is used to calculate the quaternion to rotate an object by to align with a new vector along an axis. More specifically, this calculator is used along a SceneObject's local X/Z-axes and global Y-axis. These calculators only take in vec3's as SceneObject manipulation is handled in BillboardController.