Objects - firtoz/react-three-renderer GitHub Wiki
Wiki » Internal Components » Objects
Objects
Entities that can be added into a scene
Components
- scene: Creates a THREE.Scene
- object3D: Creates a THREE.Object3D
- group: Creates a THREE.Group
- Cameras:
- orthographicCamera: Creates a THREE.OrthographicCamera
- perspectiveCamera: Creates a THREE.PerspectiveCamera
- cubeCamera: Creates a THREE.CubeCamera
- Meshes:
- mesh: Creates a THREE.Mesh
- line: Creates a THREE.Line
- lineSegments: Creates a THREE.LineSegments
- points: Creates a THREE.Points
- sprite: Creates a THREE.Sprite
- TODO:
- Bone
- LensFlare
- LOD
- MorphAnimMesh
- SkinnedMesh
- Skeleton
- Lights:
- ambientLight: Creates a THREE.AmbientLight
- directionalLight: Creates a THREE.DirectionalLight
- spotLight: Creates a THREE.SpotLight
- pointLight: Creates a THREE.PointLight
- hemisphereLight: Creates a THREE.HemisphereLight
- TODO:
- Light
- Helpers:
- cameraHelper: Creates a THREE.CameraHelper
- axisHelper: Creates a THREE.AxisHelper
- arrowHelper: Creates a THREE.ArrowHelper
- gridHelper: Creates a THREE.GridHelper
- TODO:
- BoundingBoxHelper
- BoxHelper
- DirectionalLightHelper
- EdgesHelper
- FaceNormalsHelper
- HemisphereLightHelper
- PointLightHelper
- SpotLightHelper
- VertexNormalsHelper
- WireframeHelper