MySchoolEngine / GLEngine

The goal of this repository is to build rendering focused game engine. Feel free to join me and extend this project.
https://myschoolengine.github.io/GLEngine-Documentation/
Other
21 stars 1 forks source link

Render skybox #34

Closed RohacekD closed 5 years ago

RohacekD commented 5 years ago

I am bored of black background

RohacekD commented 5 years ago

First I need #31 .

RohacekD commented 5 years ago

https://stackoverflow.com/questions/33769539/what-is-the-reason-for-opengl-rotated-textures-when-cube-mapping/33775530#33775530 Interesting issue with opengl. I decided to rotate textures instead of using GL_EXT_Texutre_Cube_map

RohacekD commented 5 years ago

https://www.nvidia.com/object/cube_map_ogl_tutorial.html Another info for future investigation.