summaryrefslogtreecommitdiff
path: root/res/brush47.xml
Commit message (Collapse)AuthorAge
* Switch to millimeters for spatial unitsDan Goodliffe2023-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 textureDan Goodliffe2023-04-08
| | | | Note: side window distorted still.
* Extend face controller to support splitting a face along a planeDan Goodliffe2023-04-07
| | | | Individual parts of the splits faces can then be styled separately
* Support applying a single face controller to multiple facesDan Goodliffe2023-03-20
|
* Support loading texture references into facesDan Goodliffe2023-03-12
|
* Support loading references to texture fragmentsDan Goodliffe2023-03-12
|
* Hugely more detailed Brush47 model and revision to test case detailsDan Goodliffe2023-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 XMLDan Goodliffe2023-03-04
| | | | Adjusts bogie position to appear correct according to wheelBase
* Support and load factory asset directly into a RailVehicleClass instanceDan Goodliffe2023-03-04
|
* Support for named colours in assetsDan Goodliffe2023-02-27
| | | | Fixes up some error handling in colour parser.
* Colour windows of sample modelDan Goodliffe2023-02-25
|
* Support for recursive colouring of asset factory facesDan Goodliffe2023-02-24
| | | | Updates colours in sample model.
* Fix axel definitionDan Goodliffe2023-02-23
| | | | Test output images now identical
* Smooth roof now supportedDan Goodliffe2023-02-23
|
* Implement loading asset, mesh and face definitionsDan Goodliffe2023-02-22
|
* Rename ModelFactory to AssetFactoryDan Goodliffe2023-02-21
|
* Support for loading objects, uses and model factories from an XML resourceDan Goodliffe2023-02-21