Latest cubemap Activity
First hit I get is https://learnopengl.com/Advanced-OpenGL/Cubemapsā
Given that it's a site for learning OpenGL, there is an example there with a cubemap and everything gets explained, so you can change everything and more as you desire.
I haved solved this by setting the texture coordinate position as the vertex position inside the vertex shader!
ddlox said:
look here:
- http://roar11.com/2015/07/screen-space-glossy-reflections/ā
- http://jcgt.org/published/0003/04/04/ā
- https://interplayoflight.wordpress.com/2019/09/07/hybrid-screen-space-reflections/ā
Have fun ?
I use screen space planar(projected) reflections.
This method http://remi-genin.fr/blog/sā¦
Advertisement
Advertisement