Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use halfedge for texture coordinates | Dan Goodliffe | 2023-03-18 |
| | | | | More unique than vertex as it is also per face, allowing for a different texture on adjacent faces | ||
* | Support creating a super texture from fragments | Dan Goodliffe | 2023-03-14 |
| | | | | Currently makes wild assumptions about vertices and doesn't actually populate the texture, it's just grey | ||
* | Swap messy glmvec wrapper for OpenMesh Point/Normal with real glm::vec and a ↵ | Dan Goodliffe | 2023-03-10 |
| | | | | | | custom vector_traits implementation Simplify code previously messy as a result of the original hack. | ||
* | Make add_namedFace a thin template wrapper | Dan Goodliffe | 2023-03-09 |
| | |||
* | Parse colour values as they're read | Dan Goodliffe | 2023-03-02 |
| | |||
* | Add face name property and wrapper to add a named face | Dan Goodliffe | 2023-02-25 |
| | |||
* | Support for recursive colouring of asset factory faces | Dan Goodliffe | 2023-02-24 |
| | | | | Updates colours in sample model. | ||
* | Refactor so ModelFactoryMesh can define the smooth property on faces | Dan Goodliffe | 2023-02-16 |