Add transform state types and default constants

This commit is contained in:
2026-05-11 13:55:36 +02:00
parent f073e4247b
commit 72bae09629

View File

@@ -75,6 +75,8 @@ import {
supportsTransformSurfaceSnapTarget,
supportsTransformAxisConstraint,
type ActiveTransformSession,
type EntityTransformRotationState,
type EntityTransformScaleState,
type TransformAxis,
type TransformAxisSpace,
type TransformPreview,
@@ -124,6 +126,7 @@ import {
createNpcColliderSettings,
DEFAULT_CAMERA_RIG_TARGET_OFFSET,
DEFAULT_INTERACTABLE_RADIUS,
DEFAULT_NPC_SCALE,
DEFAULT_NPC_YAW_DEGREES,
DEFAULT_PLAYER_START_BOX_SIZE,
DEFAULT_PLAYER_START_CAPSULE_HEIGHT,
@@ -138,6 +141,7 @@ import {
DEFAULT_SPOT_LIGHT_DIRECTION,
DEFAULT_SPOT_LIGHT_DISTANCE,
DEFAULT_TELEPORT_TARGET_YAW_DEGREES,
DEFAULT_TRIGGER_VOLUME_ROTATION_DEGREES,
DEFAULT_TRIGGER_VOLUME_SIZE,
getNpcColliderHeight,
getPlayerStartColliderHeight,