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