UNPKG

@pixiv/three-vrm

Version:

VRM file loader for three.js.

11 lines (10 loc) 313 B
/** * Options of [[VRMDebug]]. * You might want to tweak these properties if you want to disable some gizmos. */ export interface VRMDebugOptions { disableBoxHelper?: boolean; disableSkeletonHelper?: boolean; disableFaceDirectionHelper?: boolean; disableSpringBoneHelper?: boolean; }