summaryrefslogtreecommitdiff
path: root/assetFactory/assetFactory.cpp
Commit message (Collapse)AuthorAge
* First cut loading assets using assimpDan Goodliffe2023-04-10
| | | | This is far from perfect, specifically the created texture atlas is not compatibile with wrapping texture UVs
* Load texture fragment images as we go, make the image a memberDan Goodliffe2023-04-10
|
* Simplify calculation of texture position fractionDan Goodliffe2023-03-16
|
* Populate super texture with fragmentsDan Goodliffe2023-03-15
| | | | | This is kinda buggy due to TexturePacker sorting its input array and the client having no idea the order of the results.
* 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 loading references to texture fragmentsDan Goodliffe2023-03-12
|
* Split Asset into its own fileDan Goodliffe2023-03-03
|
* Add ParseBaseDan Goodliffe2023-03-02
| | | | Acts as a base class for persistence parser, encompasses the parse stack and manages shared objects
* Parse colour values as they're readDan Goodliffe2023-03-02
|
* Load the X11 RGB colour definitions into a mapDan Goodliffe2023-02-27
|
* Implement loading asset, mesh and face definitionsDan Goodliffe2023-02-22
|
* Fixup MapByMember to work with shared or unique ptrDan Goodliffe2023-02-22
|
* Rename ModelFactory to AssetFactoryDan Goodliffe2023-02-21