Optional
castShadow?: booleanset the castShadow property on the THREE.js Object3D instance.
Optional
layers?: Layersset the layers property on the THREE.js Object3D instance.
Optional
name?: stringwill be added to the name property of the THREE.js Object3D instance
Optional
position?: Vec3set the position in parent's local coordinates
Optional
receiveShadow?: booleanset the receiveShadow property on the THREE.js Object3D instance.
Optional
renderOrder?: numberset the renderOrder property on the THREE.js Object3D instance.
Optional
userData?: Record<string, any>set the userData object on the THREE.js Object3D instance
Optional
visible?: booleanset the visible flag on the THREE.js Object3D instance
Common props for 3d components