Click or drag to resize
AB4D logo

GeometryMesh Properties

The GeometryMesh type exposes the following members.

Properties
 NameDescription
Public propertyNormals Gets or sets IList of Vector3 that represents the Normals. When this property is changed, the RecreateMesh method must be called.
Public propertyOctTree Gets or sets an MeshOctTree that can be used for hit testing. The MeshOctTree is automatically generated when number of positions in this mesh is bigger or equal to the value set in MeshPositionsCountForOctTreeGeneration.
Public propertyPositions Gets or sets IList of Vector3 that represents the Positions. When this property is changed, the RecreateMesh method must be called.
Public propertyTextureCoordinates Gets or sets IList of Vector2 that represents the TextureCoordinates. When this property is changed, the RecreateMesh method must be called.
Public propertyTriangleIndices Gets or sets IList of ints that represents the triangle indices. When this property is changed, the RecreateMesh method must be called.
Public propertyTrianglesCount Gets the number of triangles that are used to define this mesh.
Top
See Also