Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Switch to millimeters for spatial units | Dan Goodliffe | 2023-11-15 |
| | | | | | | Mostly a case of changing far too many magic numbers, something else to fix I guess. I probably missed something. Also there's some hackery when loading 3D models, which are still assumed to be in metres. | ||
* | Update Brush47 with yellow cab parts and window texture | Dan Goodliffe | 2023-04-08 |
| | | | | Note: side window distorted still. | ||
* | Extend face controller to support splitting a face along a plane | Dan Goodliffe | 2023-04-07 |
| | | | | Individual parts of the splits faces can then be styled separately | ||
* | Support applying a single face controller to multiple faces | Dan Goodliffe | 2023-03-20 |
| | |||
* | Support loading texture references into faces | Dan Goodliffe | 2023-03-12 |
| | |||
* | Support loading references to texture fragments | Dan Goodliffe | 2023-03-12 |
| | |||
* | Hugely more detailed Brush47 model and revision to test case details | Dan Goodliffe | 2023-03-09 |
| | | | | | | Specifically, this includes the buffer block, which is a rotated cuboid with an extrusion. This feature breaks the current mesh creation code... Fix coming up. | ||
* | Load length, wheelBase and maxSpeed RailVehicleClass properties from XML | Dan Goodliffe | 2023-03-04 |
| | | | | Adjusts bogie position to appear correct according to wheelBase | ||
* | Support and load factory asset directly into a RailVehicleClass instance | Dan Goodliffe | 2023-03-04 |
| | |||
* | Support for named colours in assets | Dan Goodliffe | 2023-02-27 |
| | | | | Fixes up some error handling in colour parser. | ||
* | Colour windows of sample model | Dan Goodliffe | 2023-02-25 |
| | |||
* | Support for recursive colouring of asset factory faces | Dan Goodliffe | 2023-02-24 |
| | | | | Updates colours in sample model. | ||
* | Fix axel definition | Dan Goodliffe | 2023-02-23 |
| | | | | Test output images now identical | ||
* | Smooth roof now supported | Dan Goodliffe | 2023-02-23 |
| | |||
* | Implement loading asset, mesh and face definitions | Dan Goodliffe | 2023-02-22 |
| | |||
* | Rename ModelFactory to AssetFactory | Dan Goodliffe | 2023-02-21 |
| | |||
* | Support for loading objects, uses and model factories from an XML resource | Dan Goodliffe | 2023-02-21 |