Click or drag to resize

MeshModelCreate Method

LightningChart .NET Help
Overload List
  NameDescription
Public methodCreate(PointFloat3D, Int32)
Create a mesh model from positions and optionally colors.
Public methodCreate(PointFloat3D, Int32, PointFloat3D, Int32)
Create a mesh model from positions, colors, normals and optional indices.
Public methodCreate(PointFloat3D, PointFloat, BitmapFrame, TextureWrapMode, Int32)
Create a mesh model from positions, texture coordinates, bitmap and optional indices.
Public methodCreate(PointFloat3D, PointFloat3D, PointFloat, BitmapFrame, TextureWrapMode, Int32)
Create a mesh model from positions, normals, texture coordinates, bitmap and optional indices.
Top
See Also