Mohido / BRDFA_Engine

A 3D engine for the purposes of analyzing different "Bidirectional Reflectance Distribution Function"s over environment maps.
GNU General Public License v3.0
1 stars 0 forks source link

Basic Environment Map Added #11

Closed Mohido closed 2 years ago

Mohido commented 2 years ago

Added a basic environment map renderer in the background on a different pipeline that does not use depth stencil testing. The implementation is slow and ugly since it is using the same descriptor sets and pool as the meshes pipeline. However, it is sufficient in terms of the Engine goals. Moreover, I passed Meshes Normals to the meshes pipeline. Note: I am not sure if the skybox is being rendered correctly (coordinates are inversed), so it might need some testing in the future.