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

Method Cubicmap

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

* Generate cubes-based map mesh from image data */

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected