Click or drag to resize
Ab4d.SharpEngine logo

GeometryMesh Properties

The GeometryMesh type exposes the following members.

Properties
 NameDescription
Public propertyNormals Gets or sets an array of Vector3 that defines the normals for this mesh. When Normals property value or the data in the normals array are changed and if this mesh was already initialized (IsInitialized is true) then you need to call UpdateMesh or UpdateMesh(BoundingBox) method for the changes to take effect.
Public propertyPositions Gets or sets an array of Vector3 that defines the positions for this mesh. When Positions property value or the data in the positions array are changed and if this mesh was already initialized (IsInitialized is true) then you need to call UpdateMesh or UpdateMesh(BoundingBox) method for the changes to take effect.
Public propertyTextureCoordinates Gets or sets an array of Vector2 that defines the texture coordinates for this mesh. When TextureCoordinates property value or the data in the positions array are changed and if this mesh was already initialized (IsInitialized is true) then you need to call UpdateMesh or UpdateMesh(BoundingBox) method for the changes to take effect.
Top
See Also