Optional
TransformOptional
__autoOptional
__cameraOptional
__gltfOptional
__gltfOptional
__importextra arbitrary data saved by the importer that can be used by the plugins (like gltf material variants)
Optional
__isOptional
__keepUsed in GLTFObject3DExtrasExtension and iObjectCommons.upgradeObject3D
Optional
__lastOptional
__meshOptional
__needsThis can be set to true in the importer to indicate that the source buffer should be loaded and cached in the userdata during processRaw
Optional
__objectOptional
__sourceCached source blob for the asset
Optional
__sourceCached source buffer for the asset (only cached when __needsSourceBuffer is set)
Optional
_originalOptional
_variantStarts with _
so that its not saved in gltf, but saved in json.
Optional
autoOptional
autoAutomatically rotate camera to look at(lookAt) the target. Only for when controls and interactions are disabled.
false
Optional
autoAutomatically calculate near and far planes based on the scene bounding box.
Optional
autoOptional
autoOptional
bboxshould this object be taken into account when calculating bounding box, default true
Optional
disableDisable jitter for this camera. (for SSAAPlugin)
false
Optional
disposeOptional
excludeWhen true, this object will not be exported when exporting the scene with AssetExporter.exportObject
Optional
geometriesOptional
gltfOptional
isOptional
licenseOptional
maxMaximum far plane distance. (when autoNearFar is true) Or the far plane distance when autoNearFar is false.
1000
Optional
minMinimum near plane distance. (when autoNearFar is true) Or the near plane distance when autoNearFar is false.
0.2
Optional
physicsFor Physics plugins
Optional
pseudoIs centered in a parent object.
Optional
rootOptional
rootis it modelRoot in RootScene, used during serialization nad traversing ancestors
Optional
setOptional
setOptional
setOptional
userWhen false, this object will not be selectable when clicking on it.
Optional
uuidGenerated using TypeDoc
Events that should be bubbled to parent root without the need to set bubbleToParent in the event. todo: remove support for this