-
Notifications
You must be signed in to change notification settings - Fork 11
THREE.Objects
$env:name edited this page Nov 14, 2017
·
11 revisions
Class based on Object3D for grouping objects. Analogous to https://threejs.org/docs/index.html#api/objects/Group
public class THREE.Objects.Group
: Object3D, IElement
public class THREE.Objects.Line
: Object3D, IElement
Properties
Type | Name | Summary |
---|---|---|
IGeometry |
Geometry | The geometry associated with this Mesh. |
Guid |
GeometryUuid | Uuid of this geometry. |
IMaterial |
Material | The material associated with this mesh. |
Guid |
MaterialUuid | This object's material Uuid. |
public class THREE.Objects.Mesh
: Object3D, IElement
Properties
Type | Name | Summary |
---|---|---|
IGeometry |
Geometry | The geometry associated with this Mesh. |
Guid |
GeometryUuid | Uuid of this geometry. |
IMaterial |
Material | The material associated with this mesh. |
Guid |
MaterialUuid | This object's material Uuid. |
public class THREE.Objects.Points
: Object3D, IElement
Properties
Type | Name | Summary |
---|---|---|
IGeometry |
Geometry | The geometry associated with this Mesh. |
Guid |
GeometryUuid | Uuid of this geometry. |
IMaterial |
Material | The material associated with this mesh. |
Guid |
MaterialUuid | This object's material Uuid. |
BufferAttribute
BufferGeometry
BufferGeometryBoundingSphere
Element
Geometry
GeometryCollection
IElement
IGeometry
Object3D
AmbientLight
DirectionalLight
DirectionalLightShadow
HemisphereLight
ILight
Light
LightShadow
PointLight
RectAreaLight
SpotLight
SpotLightShadow