Click or drag to resize
Ab4d.SharpEngine logo

PositionNormalTextureVertexFillArray Method

Overload List
 NameDescription
Public methodStatic memberFillArray(PositionNormalTextureVertex, Vector3, Vector3, Vector2) FillArray fills the specified array of PositionNormalTextureVertex with the specified positions, normals (can ben null) and textureCoordinates (can be null). The vertices array length must be at least the length of positions array.
Public methodStatic memberFillArray(PositionNormalTextureVertex, Vector3, Vector3, Vector2, BoundingBox) FillArray fills the specified array of PositionNormalTextureVertex with the specified positions, normals (can ben null) and textureCoordinates (can be null). The method also sets the BoundingBox. The vertices array length must be at least the length of positions array.
Top
See Also