Preview a 3D model in different environments using physically based rendering. This App is a part of my portfolio.
Source Code: https://github.com/VH88/Obj_Previewer_DEMO/
One 3D model available for preview.
Seven HDR environments.
FIxes:
-OpenGL ES 2 libraries in some parts used OpenGL ES 3 libraries.
-OpenGL ES 2 index buffer type changed from Integer to Short.
-OpenGL ES 2 textures and samples reduced so old devices can handle rendering.