-
Methods in org.robovm.apple.modelio with parameters of type MDLMaterial
| Modifier and Type |
Method |
Description |
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) |
|
void |
MDLMaterial.setBaseMaterial(MDLMaterial v) |
|
void |
MDLSubmesh.setMaterial(MDLMaterial v) |
|
Constructors in org.robovm.apple.modelio with parameters of type MDLMaterial
| 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) |
|