MeshModelCreate Method |
| Name | Description | |
|---|---|---|
| Create(PointFloat3D, Int32) |
Create a mesh model from positions and optionally colors.
| |
| Create(PointFloat3D, Int32, PointFloat3D, Int32) |
Create a mesh model from positions, colors, normals and optional indices.
| |
| Create(PointFloat3D, PointFloat, Image, TextureWrapMode, Int32) |
Create a mesh model from positions, texture coordinates, bitmap and optional indices.
| |
| Create(PointFloat3D, PointFloat3D, PointFloat, Image, TextureWrapMode, Int32) |
Create a mesh model from positions, normals, texture coordinates, bitmap and optional indices.
|