Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | Copy render vital link data to vertex buffer | Dan Goodliffe | 2024-01-20 | |
| | | ||||
| * | Add mail rail network to render test, include curves | Dan Goodliffe | 2024-01-20 | |
| | | ||||
| * | Add rail network render test | Dan Goodliffe | 2024-01-19 | |
|/ | ||||
* | Add traits wrapper for setting uniforms | Dan Goodliffe | 2024-01-14 | |
| | ||||
* | We only need 3x3 matrix for model rotation spec | Dan Goodliffe | 2024-01-13 | |
| | ||||
* | Add glContainer::at override to update a single item | Dan Goodliffe | 2024-01-13 | |
| | ||||
* | Use std::span for iterator/data pointer in glContainer | Dan Goodliffe | 2024-01-13 | |
| | ||||
* | Default destructor for trivial types of glContainer | Dan Goodliffe | 2024-01-13 | |
| | ||||
* | Adding missing copy/move operations to glContainer | Dan Goodliffe | 2024-01-13 | |
| | ||||
* | Merge branch 'model-lights' | Dan Goodliffe | 2024-01-13 | |
|\ | ||||
| * | Only create VAOs for the light type(s) in use | Dan Goodliffe | 2024-01-13 | |
| | | ||||
| * | Merge common parts of light type vertices | Dan Goodliffe | 2024-01-13 | |
| | | ||||
| * | Minor tidy up | Dan Goodliffe | 2024-01-13 | |
| | | ||||
| * | Add old street lamp model | Dan Goodliffe | 2024-01-13 | |
| | | ||||
| * | Update point light shaders for instancing | Dan Goodliffe | 2024-01-13 | |
| | | ||||
| * | Add model support for point lights | Dan Goodliffe | 2024-01-12 | |
| | | | | | | | | Still invokes non-instanced point light shader | |||
| * | Fix order or multiple to address reversed rotation | Dan Goodliffe | 2024-01-12 | |
| | | ||||
| * | Tweak street light definition | Dan Goodliffe | 2024-01-12 | |
| | | ||||
| * | Full implementation passing through light defs from vertex data | Dan Goodliffe | 2024-01-11 | |
| | | | | | | | | | | Note: there is a bug where the light position/direction are rotated backwards to the model even though its using the model's rotation matrix... no idea why/how. | |||
| * | Initial commit with working light instancing | Dan Goodliffe | 2024-01-10 | |
| | | ||||
| * | Add spot light definition, loader, and rendering | Dan Goodliffe | 2024-01-10 | |
| | | | | | | | | Rendering is untested, data is passed to whatever GL program is currently active. | |||
| * | Add lights resource set and test scene | Dan Goodliffe | 2024-01-09 | |
| | | ||||
| * | Add the Illuminator (type) and Light (instance) classes | Dan Goodliffe | 2024-01-09 | |
|/ | ||||
* | Integer support in persistence | Dan Goodliffe | 2024-01-09 | |
| | | | | | Splits bool and arithmatic types, pass arithmatic values as string views from JSON and parse according to the target type. | |||
* | Fix test-persistence dependencies | Dan Goodliffe | 2024-01-08 | |
| | ||||
* | Merge branch 'global-network' | Dan Goodliffe | 2024-01-07 | |
|\ | ||||
| * | Simplify find_arcs_radius | Dan Goodliffe | 2024-01-07 | |
| | | | | | | | | | | Removes the second half of the problem that had been previously zero'd when adjusting to relative positions | |||
| * | Remove PositionxD from Network editors | Dan Goodliffe | 2024-01-07 | |
| | | ||||
| * | Remove Position3D from tests | Dan Goodliffe | 2024-01-07 | |
| | | ||||
| * | Remove Position2D definition | Dan Goodliffe | 2024-01-07 | |
| | | ||||
| * | Remove PositionxD from Network | Dan Goodliffe | 2024-01-07 | |
| | | ||||
| * | Global positions in network data | Dan Goodliffe | 2024-01-07 | |
|/ | ||||
* | Merge branch 'template-types' | Dan Goodliffe | 2024-01-07 | |
|\ | ||||
| * | Remove Position3D from RailVehicle | Dan Goodliffe | 2024-01-07 | |
| | | ||||
| * | Template Ray on position type | Dan Goodliffe | 2024-01-07 | |
| | | ||||
| * | Unified crossProduct | Dan Goodliffe | 2024-01-07 | |
| | | ||||
| * | Helper to create a cubiod from dimensions | Dan Goodliffe | 2024-01-06 | |
| | | ||||
| * | Simplified RailVehicle::intersectRay | Dan Goodliffe | 2024-01-06 | |
| | | ||||
| * | Template GeometicPlane on Position type | Dan Goodliffe | 2024-01-05 | |
| | | ||||
| * | Inline functions of GeometricPlane | Dan Goodliffe | 2024-01-05 | |
|/ | ||||
* | Remove more use of legacy types and unnecessary pointers from selectable ↵ | Dan Goodliffe | 2024-01-01 | |
| | | | | interface | |||
* | Remove more use of legacy types from camera controller | Dan Goodliffe | 2024-01-01 | |
| | ||||
* | Remove more use of legacy types from asset factory | Dan Goodliffe | 2024-01-01 | |
| | ||||
* | nodiscard in Asset factory mutation | Dan Goodliffe | 2024-01-01 | |
| | ||||
* | Merge remote-tracking branch 'origin/terrain' | Dan Goodliffe | 2024-01-01 | |
|\ | ||||
| * | Remove more use of legacy types | Dan Goodliffe | 2024-01-01 | |
| | | ||||
| * | Remove legacy Position types from shadowMapper | Dan Goodliffe | 2024-01-01 | |
| | | ||||
| * | Simplify and 'fix' the wave cycle | Dan Goodliffe | 2024-01-01 | |
| | | ||||
| * | Templatise functions in maths.h using PositionND | Dan Goodliffe | 2023-12-29 | |
| | | ||||
| * | Remove misleading power operator^ on vec2/3 | Dan Goodliffe | 2023-12-29 | |
| | |