Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix the instancing maintenance | Dan Goodliffe | 2023-04-22 | |
| | ||||
* | Instances buffer data needs to be unmapped before use | Dan Goodliffe | 2023-04-21 | |
| | | | | | Here we change quite a bit to support mapping and unmapping the buffer as required. The instance/free referencing is still broken though. We add several instances of tree in the render. | |||
* | Switch to render trees in bulk through foliage asset rendering | Dan Goodliffe | 2023-04-20 | |
| | ||||
* | Drop performance debug to warning and stop disabling error checking for ↵ | Dan Goodliffe | 2023-04-19 | |
| | | | | texture save | |||
* | First cut of instance vertices and proxy | Dan Goodliffe | 2023-04-17 | |
| | | | | | Untested outside unit test, allows the use of a glBuffer as a storage container. To be combined with a vertex array and/or mesh etc for massing drawing with glDrawElementsInstanced | |||
* | Remove the old .obj load, assets and supporting stuff | Dan Goodliffe | 2023-04-14 | |
| | ||||
* | Load all assets in red dir with asset factory | Dan Goodliffe | 2023-04-14 | |
| | ||||
* | Use asset factory models in test-render | Dan Goodliffe | 2023-04-14 | |
| | ||||
* | Adjust test render view to get a closer view of our tree | Dan Goodliffe | 2023-04-14 | |
| | ||||
* | Current thread partakes in work effort while waiting | Dan Goodliffe | 2023-04-14 | |
| | | | | This will prevent deadlock if the work pool is otherwise busy by ensuring work is always being done | |||
* | Simplify doWork, add tests for various interface uses | Dan Goodliffe | 2023-04-14 | |
| | ||||
* | New WorkItem/job/promise/future based interface | Dan Goodliffe | 2023-04-14 | |
| | ||||
* | Global worker instance | Dan Goodliffe | 2023-04-14 | |
| | ||||
* | No need to pass size around, we can get it back from the texture | Dan Goodliffe | 2023-04-14 | |
| | ||||
* | Extend timeout... this can be a bit slow now | Dan Goodliffe | 2023-04-14 | |
| | ||||
* | First cut loading assets using assimp | Dan Goodliffe | 2023-04-10 | |
| | | | | This is far from perfect, specifically the created texture atlas is not compatibile with wrapping texture UVs | |||
* | test-assetFactory depends on all resource files | Dan Goodliffe | 2023-04-10 | |
| | ||||
* | Add timeouts to asset factory tests | Dan Goodliffe | 2023-04-07 | |
| | | | | Yes, I made some infinite loops a few times | |||
* | Make perf tests depend on their functional equivalent | Dan Goodliffe | 2023-03-19 | |
| | ||||
* | Fix texture packer return value so positions match inputs | Dan Goodliffe | 2023-03-17 | |
| | ||||
* | Update test/fixture/resource dependencies | Dan Goodliffe | 2023-03-17 | |
| | ||||
* | Add postLoad support to persistence | Dan Goodliffe | 2023-03-14 | |
| | ||||
* | Initial version of texture packer | Dan Goodliffe | 2023-03-11 | |
| | | | | | Determines where a collection of smaller textures can be tiled into a single bigger image. Probably non-optimal. | |||
* | Hugely more detailed Brush47 model and revision to test case details | Dan Goodliffe | 2023-03-09 | |
| | | | | | | Specifically, this includes the buffer block, which is a rotated cuboid with an extrusion. This feature breaks the current mesh creation code... Fix coming up. | |||
* | Add a generic persistence perf test | Dan Goodliffe | 2023-03-05 | |
| | ||||
* | Move persistence test objects to test library | Dan Goodliffe | 2023-03-05 | |
| | ||||
* | Unify asset factory perf tests as it's now a combined load/create operation | Dan Goodliffe | 2023-03-05 | |
| | ||||
* | Remove old hard coded asset factory test, run entirely from XML load and ↵ | Dan Goodliffe | 2023-03-04 | |
| | | | | render a RailVehicle instance | |||
* | RailVehicleClass now renders bogie shadows as well as body | Dan Goodliffe | 2023-03-04 | |
| | ||||
* | Support and load factory asset directly into a RailVehicleClass instance | Dan Goodliffe | 2023-03-04 | |
| | ||||
* | Add ParseBase | Dan Goodliffe | 2023-03-02 | |
| | | | | Acts as a base class for persistence parser, encompasses the parse stack and manages shared objects | |||
* | Parse colour values as they're read | Dan Goodliffe | 2023-03-02 | |
| | ||||
* | Load the X11 RGB colour definitions into a map | Dan Goodliffe | 2023-02-27 | |
| | ||||
* | Add a perf test over the asset factory | Dan Goodliffe | 2023-02-27 | |
| | ||||
* | Support parsing string values in persistence read | Dan Goodliffe | 2023-02-23 | |
| | ||||
* | Implement loading asset, mesh and face definitions | Dan Goodliffe | 2023-02-22 | |
| | ||||
* | Rename ModelFactory to AssetFactory | Dan Goodliffe | 2023-02-21 | |
| | ||||
* | Support for loading objects, uses and model factories from an XML resource | Dan Goodliffe | 2023-02-21 | |
| | ||||
* | Swap @ prefix for p. prefix for special value names | Dan Goodliffe | 2023-02-20 | |
| | ||||
* | First cut of the model factory and the hardcoded Brush 47 model | Dan Goodliffe | 2023-02-15 | |
| | | | | Requires temporary change to the fragment shader to hardcode some visible colour to the model | |||
* | Support creating test render output framebuffers of different sizes | Dan Goodliffe | 2023-01-10 | |
| | | | | Includes a templated subclass to allow size to be specified in a test fixture | |||
* | Fix up all the static analyzer warnings | Dan Goodliffe | 2023-01-08 | |
| | ||||
* | Only generate the first N shadow maps which are useful | Dan Goodliffe | 2023-01-07 | |
| | | | | Note: we don't yet optimise the use of the shadow map texture, each still renders into its own corner | |||
* | Add rendering support for spot lights | Dan Goodliffe | 2023-01-05 | |
| | ||||
* | Add directional light to pointlight test, fix setting of GL_DEPTH_TEST | Dan Goodliffe | 2022-12-30 | |
| | | | | Fixes issue where directional light prevented pointlights from working | |||
* | Move test render helpers into a new test library | Dan Goodliffe | 2022-12-29 | |
| | ||||
* | Render some train bodies to test shadowing | Dan Goodliffe | 2022-12-28 | |
| | ||||
* | Use the existence of .substr(...) to test if a T is stringlike | Dan Goodliffe | 2022-12-28 | |
| | ||||
* | Add Camera method to get the extents of the view frustrum at some distance | Dan Goodliffe | 2022-12-13 | |
| | ||||
* | Make Camera members private with accessors and helpful setters | Dan Goodliffe | 2022-12-12 | |
| |