* Generate heightmap mesh from image data */
| 110 | * Generate heightmap mesh from image data |
| 111 | */ |
| 112 | static ::Mesh Heightmap(const ::Image& heightmap, ::Vector3 size) { return ::GenMeshHeightmap(heightmap, size); } |
| 113 | |
| 114 | /** |
| 115 | * Generate cubes-based map mesh from image data |
nothing calls this directly
no outgoing calls
no test coverage detected