group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
WorldData.hpp File Reference

Shared test world geometry compiled identically on client and server. More...

#include "SweptCollision.hpp"
#include <array>
#include <cmath>
#include <glm/geometric.hpp>
Include dependency graph for WorldData.hpp:
This graph shows which files directly or indirectly include this file:

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 WorldGeometryphysics::testWorld ()
 The physics test playground.
 

Detailed Description

Shared test world geometry compiled identically on client and server.