* Generate cubes-based map mesh from image data */
| 115 | * Generate cubes-based map mesh from image data |
| 116 | */ |
| 117 | static ::Mesh Cubicmap(const ::Image& cubicmap, ::Vector3 cubeSize) { |
| 118 | return ::GenMeshCubicmap(cubicmap, cubeSize); |
| 119 | } |
| 120 | |
| 121 | GETTERSETTER(int, VertexCount, vertexCount) |
| 122 | GETTERSETTER(int, TriangleCount, triangleCount) |
nothing calls this directly
no outgoing calls
no test coverage detected