Animates rotation to directly look at the camera, ignoring current axis enabled/disabled states, buffer degrees, and easing.
OptionalonComplete: () => voidResets the pivot point to billboard the target about its own origin. Recommended to use after finishing some spatial interaction that sets the pivotPoint of this component manually.
Immediately resets rotation to directly look at the camera, ignoring current axis enabled/disabled states, buffer degrees, and easing.
Set the pivot point and pivoting Interactor to control the Billboard's pivot axis. To turn off pivoting about a point, reset the pivot point to vec3.zero()
the pivot point to billboard the target about in local space.
the pivoting Interactor.
Gets the easing values for each axis (x, y, z). See BillboardConfig.axisEasing for detailed documentation.