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

Method Cube

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

* Generate cuboid mesh */

Source from the content-addressed store, hash-verified

71 * Generate cuboid mesh
72 */
73 static ::Mesh Cube(float width, float height, float length) { return ::GenMeshCube(width, height, length); }
74
75 /**
76 * Generate sphere mesh (standard sphere)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected