ZOulhadj / vmve

Vulkan Model Viewer and Importer. A project developed as part of my final year project at University.
https://zoulhadj.github.io/vmve_website/
MIT License
1 stars 0 forks source link

Replace sphere with cube for skybox #50

Open ZOulhadj opened 1 year ago

ZOulhadj commented 1 year ago

I feel that it's overkill to render a full sphere for the sky sphere when we could just as easily use a box. I will need to look into how this can be done easily using box normal skybox and spherical projection textures.