MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Heightmap

Method Heightmap

include/MeshUnmanaged.hpp:112–112  ·  view source on GitHub ↗

* Generate heightmap mesh from image data */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected