This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Objects
Firtina Ozbalikci edited this page Jul 29, 2017
·
12 revisions
Wiki » Internal Components » Objects
Entities that can be added into a scene
- 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
Home | Usage | API Reference | Examples