-
Methods in org.robovm.apple.modelio with parameters of type MDLIndexBitDepth
| Modifier and Type |
Method |
Description |
MDLMeshBuffer |
MDLSubmesh.indexBufferAsIndexType(MDLIndexBitDepth indexType) |
|
protected long |
MDLSubmesh.init(String name,
MDLMeshBuffer indexBuffer,
long indexCount,
MDLIndexBitDepth indexType,
MDLGeometryType geometryType,
MDLMaterial material) |
|
protected long |
MDLSubmesh.init(String name,
MDLMeshBuffer indexBuffer,
long indexCount,
MDLIndexBitDepth indexType,
MDLGeometryType geometryType,
MDLMaterial material,
MDLSubmeshTopology topology) |
|
protected long |
MDLSubmesh.init(MDLMeshBuffer indexBuffer,
long indexCount,
MDLIndexBitDepth indexType,
MDLGeometryType geometryType,
MDLMaterial material) |
|
protected long |
MDLSubmesh.init(MDLSubmesh submesh,
MDLIndexBitDepth indexType,
MDLGeometryType geometryType) |
|
Constructors in org.robovm.apple.modelio with parameters of type MDLIndexBitDepth
| Constructor |
Description |
MDLSubmesh(String name,
MDLMeshBuffer indexBuffer,
long indexCount,
MDLIndexBitDepth indexType,
MDLGeometryType geometryType,
MDLMaterial material) |
|
MDLSubmesh(String name,
MDLMeshBuffer indexBuffer,
long indexCount,
MDLIndexBitDepth indexType,
MDLGeometryType geometryType,
MDLMaterial material,
MDLSubmeshTopology topology) |
|
MDLSubmesh(MDLMeshBuffer indexBuffer,
long indexCount,
MDLIndexBitDepth indexType,
MDLGeometryType geometryType,
MDLMaterial material) |
|
MDLSubmesh(MDLSubmesh submesh,
MDLIndexBitDepth indexType,
MDLGeometryType geometryType) |
|