flingengine / flingengine/FlingEngine
Fix skybox Cubemaps
Open
bug
enhancement
- Dominant language
- C++
- Stars
- 415
- Forks
- 16
- Avg merge
- 18h 53m
- Merged PRs (30d)
- 7
Description
Previously we had skyboxes and cubemaps loading in, but I never got around to adding them in a proper Subpass now that we have the rendering refactor completed.
See `Cubemap.h` and `Cubemap.cpp` for examples on how we loaded them in before.
I want to change this so that you don't have to pass in so many arguments to the Cubemap class, but need to do some more reading on the best ways to implement this in Vulkan specifically.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.