summaryrefslogtreecommitdiff
path: root/assetFactory
Commit message (Expand)AuthorAge
...
* Fix some name shadowing in FaceControllerDan Goodliffe2023-03-20
* Use OpenMesh built-in to calculate face centreDan Goodliffe2023-03-19
* Dedupe vertices during asset factory mesh buildDan Goodliffe2023-03-19
* Add aggregrate constructor to TexturePacker::Area as requiredDan Goodliffe2023-03-19
* Use halfedge for texture coordinatesDan Goodliffe2023-03-18
* Use indices instead of triangulationDan Goodliffe2023-03-18
* Fix texture packer return value so positions match inputsDan Goodliffe2023-03-17
* Simplify calculation of texture position fractionDan Goodliffe2023-03-16
* Populate super texture with fragmentsDan Goodliffe2023-03-15
* Support creating a super texture from fragmentsDan Goodliffe2023-03-14
* Dedupe applying style to a faceDan Goodliffe2023-03-12
* Dedupe looking up the style stack for colourDan Goodliffe2023-03-12
* Support loading texture references into facesDan Goodliffe2023-03-12
* Support loading references to texture fragmentsDan Goodliffe2023-03-12
* Initial version of texture packerDan Goodliffe2023-03-11
* Swap messy glmvec wrapper for OpenMesh Point/Normal with real glm::vec and a ...Dan Goodliffe2023-03-10
* Mutation persists its own membersDan Goodliffe2023-03-10
* Rewrite asset factory cylinder generatorDan Goodliffe2023-03-09
* Make add_namedFace a thin template wrapperDan Goodliffe2023-03-09
* Refactor of asset factory to address mutation/face controller logicDan Goodliffe2023-03-09
* 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
* Split Asset into its own fileDan Goodliffe2023-03-03
* Add ParseBaseDan Goodliffe2023-03-02
* Parse colour values as they're readDan Goodliffe2023-03-02
* Remove to specify if the Selection pointer type is shared or notDan Goodliffe2023-02-28
* Support for named colours in assetsDan Goodliffe2023-02-27
* Load the X11 RGB colour definitions into a mapDan Goodliffe2023-02-27
* Name new faces based on adjacent faces when extrudingDan Goodliffe2023-02-25
* Primitives add named facesDan Goodliffe2023-02-25
* Add face name property and wrapper to add a named faceDan Goodliffe2023-02-25
* Support for recursive colouring of asset factory facesDan Goodliffe2023-02-24
* Implement loading asset, mesh and face definitionsDan Goodliffe2023-02-22
* Fixup MapByMember to work with shared or unique ptrDan Goodliffe2023-02-22
* Move Appender in Persistence NS and simplify typesDan Goodliffe2023-02-21
* Rename ModelFactory to AssetFactoryDan Goodliffe2023-02-21
* Support for loading objects, uses and model factories from an XML resourceDan Goodliffe2023-02-21
* Add missing overrideDan Goodliffe2023-02-21
* Add support for smooth facesDan Goodliffe2023-02-16
* Refactor so ModelFactoryMesh can define the smooth property on facesDan Goodliffe2023-02-16
* First cut of the model factory and the hardcoded Brush 47 modelDan Goodliffe2023-02-15