WispRenderer icon indicating copy to clipboard operation
WispRenderer copied to clipboard

RTX Ray Tracing Renderer, made by Y3 students at Breda University of Applied Science

Results 32 WispRenderer issues
Sort by recently updated
recently updated
newest added

Currently all barriers are hard coded. This isn't very efficient and is prone to bugs. Proper design needs to be decided on still.

enhancement
design change

Some of the integer types we use are not correct. For example the `material_id`'s in the acceleration structure and the offsets returned by the descriptor heap manager. Those should be...

refactor

**Describe the bug** When switching to full screen after start up using alt+enter the resolution is very inconsistently updated and requires switching back and for the project to run in...

bug

Shader reloading would be a great help. Would also require the reloading of pipelines.

design change

The current implementation of instancing could be optimized. Currently it always updates the mesh batches and sends it to the GPU, the reason is that setting a pointer on init...

enhancement

**Is your design request related to a problem? Please describe.** The current implementation of parenting only uses euler angles that get converted to quaternions and then to matrices. This is...

design change

**Is your request related to a problem? Please describe.** After debugging/profiling it seems that ~50-60% of the memory is taken up by texture allocations. **Describe the solution you'd like** To...

refactor

**Is your design request related to a problem? Please describe.** The intermediate data of model loader copies data twice and the copying doesn't use memcpy but uses operator=. It also...

design change

GetTexture and GetMaterial in the pools don't do any checking whether the resource exists.

refactor

The current demo project shows off the features of the project well, but it's probably better to have some kind of written guide to get developers up to speed.

enhancement