-
-
-
Methods in org.robovm.apple.modelio that return MDLMesh
| Modifier and Type |
Method |
Description |
MDLMesh |
MDLVoxelArray.coarseMesh() |
|
MDLMesh |
MDLVoxelArray.coarseMeshUsingAllocator(MDLMeshBufferAllocator allocator) |
|
MDLMesh |
MDLVoxelArray.getMesh(MDLMeshBufferAllocator allocator) |
|
static MDLMesh |
MDLMesh.newBox(VectorFloat3 dimensions,
VectorInt3 segments,
MDLGeometryType geometryType,
boolean inwardNormals,
MDLMeshBufferAllocator allocator) |
|
static MDLMesh |
MDLMesh.newCapsuleWithHeight(float height,
VectorFloat2 radii,
long radialSegments,
long verticalSegments,
long hemisphereSegments,
MDLGeometryType geometryType,
boolean inwardNormals,
MDLMeshBufferAllocator allocator) |
|
static MDLMesh |
MDLMesh.newCylinder(float height,
VectorFloat2 radii,
long radialSegments,
long verticalSegments,
MDLGeometryType geometryType,
boolean inwardNormals,
MDLMeshBufferAllocator allocator) |
|
static MDLMesh |
MDLMesh.newEllipsoid(VectorFloat3 radii,
long radialSegments,
long verticalSegments,
MDLGeometryType geometryType,
boolean inwardNormals,
boolean hemisphere,
MDLMeshBufferAllocator allocator) |
|
static MDLMesh |
MDLMesh.newEllipticalCone(float height,
VectorFloat2 radii,
long radialSegments,
long verticalSegments,
MDLGeometryType geometryType,
boolean inwardNormals,
MDLMeshBufferAllocator allocator) |
|
static MDLMesh |
MDLMesh.newIcosahedron(float radius,
boolean inwardNormals,
MDLMeshBufferAllocator allocator) |
|
static MDLMesh |
MDLMesh.newIcosahedronWithRadius(float radius,
boolean inwardNormals,
MDLGeometryType geometryType,
MDLMeshBufferAllocator allocator) |
|
static MDLMesh |
MDLMesh.newPlane(VectorFloat2 dimensions,
VectorInt2 segments,
MDLGeometryType geometryType,
MDLMeshBufferAllocator allocator) |
|
static MDLMesh |
MDLMesh.newSubdividedMesh(MDLMesh mesh,
long submeshIndex,
long subdivisionLevels) |
|