summaryrefslogtreecommitdiff
path: root/assetFactory
Commit message (Collapse)AuthorAge
* Tidy many stringy messes with std::formatDan Goodliffe2024-06-04
|
* Remove unrequired includesDan Goodliffe2024-06-04
|
* Fix accumulator parameter type for pass-thru in AssetFactory::loadAllDan Goodliffe2024-06-04
|
* Remove fscanf and fixed buffers from AssetFactory::parseX11RGBDan Goodliffe2024-06-04
|
* Avoid pointer arithmetic AssetFactory::parseColourDan Goodliffe2024-06-03
|
* Remove conflicting glm::vec operatorsDan Goodliffe2024-06-01
| | | | | | % and %= already exist and abusing them for simplifying perspective multiplication was always a bad idea. Here they just become named functions.
* Remove abuse of std::adjacent_find from cylinderDan Goodliffe2024-05-25
|
* 3D relative scaling in asset factoryDan Goodliffe2024-01-27
| | | | Reduces excess vertices in cylinders
* Template Ray on position typeDan Goodliffe2024-01-07
|
* Template GeometicPlane on Position typeDan Goodliffe2024-01-05
|
* Remove more use of legacy types from asset factoryDan Goodliffe2024-01-01
|
* nodiscard in Asset factory mutationDan Goodliffe2024-01-01
|
* Remove misleading power operator^ on vec2/3Dan Goodliffe2023-12-29
|
* Merge branch 'ints' into terrainDan Goodliffe2023-11-26
|\ | | | | | | | | | | Conflicts fix, compiles, some test failures remain. Trees not added, possibility of OM invalid handle assertion failures, normals broken due to integer overflow in Newell's method.
| * 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.
| * WIP typedefing just about everything elseDan Goodliffe2023-11-09
| |
| * WIP typedefing all the things - sourcesDan Goodliffe2023-11-09
| |
| * WIP typedefing all the things - headersDan Goodliffe2023-11-07
| |
| * Reformat with new clang-formatDan Goodliffe2023-11-07
| |
* | Move OpenMesh/GLM compatibility structs to common placeDan Goodliffe2023-10-27
|/
* Swap GLEW for more modern gladDan Goodliffe2023-05-28
|
* Drop .hpp for header only thingsDan Goodliffe2023-04-29
| | | | Half of them acquired a .cpp part anyway
* Set vertex normals from AssImp data if availableDan Goodliffe2023-04-25
|
* Don't update face/vertex normals if normals were provided, simply use them as isDan Goodliffe2023-04-25
|
* Allow setting a flag to say (vertex) normals have been providedDan Goodliffe2023-04-25
|
* Load all assets in red dir with asset factoryDan Goodliffe2023-04-14
|
* Pass texture fragment mapmode to texture atlasDan Goodliffe2023-04-14
|
* Configure texture fragment mapmode from materialDan Goodliffe2023-04-14
|
* Create texture fragments from materialsDan Goodliffe2023-04-14
|
* Load texture images in WorkerDan Goodliffe2023-04-14
|
* Have texture packer search harder for a solution, stopping at the reported ↵Dan Goodliffe2023-04-14
| | | | texture size limit
* Reduce texture size determined by packer if non-pot sizes are supportedDan Goodliffe2023-04-14
|
* Fix typo in name SceneCPtrDan Goodliffe2023-04-13
|
* Use texture atlas for asset factoryDan Goodliffe2023-04-13
|
* Load assimp textures in parallelDan Goodliffe2023-04-10
|
* 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
|
* One OpenMesh instance per top level Use in createMeshDan Goodliffe2023-04-10
|
* Move remaining split/plane functions to use libraryDan Goodliffe2023-04-09
|
* Start to factor out geometric place from face controller splitDan Goodliffe2023-04-09
|
* Simplify extrudingDan Goodliffe2023-04-08
|
* Remove no longer required getAdjacentFaceNameDan Goodliffe2023-04-08
|
* Generate extrusion face names from halfedge adjacent face namesDan Goodliffe2023-04-08
|
* Remember the name of the adjacent face of each halfedge of each named faceDan Goodliffe2023-04-08
| | | | | Used when extruding to remember what the new face name will be, even after the adjacent face has been removed/replaced/split/etc
* 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
* Apply styles in first loop over controlled facesDan Goodliffe2023-03-21
|
* Move smooth property into Style and make it optionalDan Goodliffe2023-03-20
| | | | This allows it to cascade down as faces are created and also be overridden as required
* Slightly tidier FaceController? It's still a messDan Goodliffe2023-03-20
|
* Support applying a single face controller to multiple facesDan Goodliffe2023-03-20
|
* Fix left/right swap of cuboid face namesDan Goodliffe2023-03-20
|