Sampler
-
class
Sampler()
Constructors
Properties
Constructors
-
Sampler.constructor(buffer, interpolationType) Arguments: - buffer (
KeyframeBuffer()) – - interpolationType (InterpolationType) –
Return type: - buffer (
Methods
interpolateQuat
-
Sampler.interpolateQuat(t, out) Arguments: - t (
number()) – None - out (
Quaternion()) – None
Return type: void
- t (
interpolateVec3
interpolateVec3CubicSpline
-
Sampler.interpolateVec3CubicSpline(k0, k1, t, out) Arguments: - k0 (KeyframeIndex) – None
- k1 (KeyframeIndex) – None
- t (
number()) – None - out (
Point3()) – None
Return type: void