![]() |
Lysa
0.0
Lysa 3D Engine
|
A contiguous range of indices within a mesh that share one material.
Lua full name: lysa.MeshSurface
Properties | |
| integer | firstIndex |
| Constructor: MeshSurface(firstIndex, indexCount) | |
| integer | indexCount |
| Number of indices belonging to this surface. | |
| any | material |
| Material identifier assigned to this surface. | |
| integer firstIndex |
Constructor: MeshSurface(firstIndex, indexCount)
| integer indexCount |
Number of indices belonging to this surface.
| any material |
Material identifier assigned to this surface.