Skip to main content

Transform

type Transform = {
position: Vec3;
orientation: Quat;
scale: Vec3;
eulerOrientation: Vec3;
};

Defined in: livelink.js/sources/scene/EntityTransformHandler.ts:18

Type declaration

NameTypeDescription
positionVec3x, y, z position of the entity.
orientationQuatOrientation of the entity expressed as a quaternion.
scaleVec3x, y, z scale of the entity.
eulerOrientationVec3Orientation of the entity expressed as euler angles.