|
group2 0.1.0
CSE 125 Group 2
|
Shared test world geometry compiled identically on client and server. More...
Go to the source code of this file.
Namespaces | |
| namespace | physics |
| Pure physics math — no ECS types, no registry. | |
Functions | |
| WorldBrush | physics::makeRamp (float xMin, float xMax, float zMin, float zMax, float height) |
| Create a ramp brush that rises along +Z. | |
| WorldBrush | physics::makeDiagonalWall (glm::vec3 center, float halfLen, float halfThick, float height, glm::vec3 dir) |
| Create a diagonal wall brush from a centre, direction, and dimensions. | |
| const WorldGeometry & | physics::testWorld () |
| The physics test playground. | |
Shared test world geometry compiled identically on client and server.