MeshGeometryMakeVertices Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void MakeVertices(
StandardVertex[] vertices,
StandardVertexComponents vertexComponents,
out VertexElement[] vertexStructure,
out byte[] resultVertices
)
Parameters
- vertices StandardVertex
-
- vertexComponents StandardVertexComponents
-
- vertexStructure VertexElement
-
- resultVertices Byte
-
See Also