Skip to content

THREE.Objects

$env:name edited this page Nov 14, 2017 · 11 revisions

Group

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

Line

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.

Mesh

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.

Points

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.