summaryrefslogtreecommitdiff
path: root/assetFactory/asset.h
Commit message (Collapse)AuthorAge
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Use texture atlas for asset factoryDan Goodliffe2023-04-13
|
* Support creating a super texture from fragmentsDan Goodliffe2023-03-14
| | | | Currently makes wild assumptions about vertices and doesn't actually populate the texture, it's just grey
* Support and load factory asset directly into a RailVehicleClass instanceDan Goodliffe2023-03-04
|
* Add Asset helpers to construct OpenGL ready meshes from Asset Factory meshes ↵Dan Goodliffe2023-03-04
| | | | during load
* Split Asset into its own fileDan Goodliffe2023-03-03