The triplanar-texturing tag has no wiki summary.
0
votes
0answers
274 views
3D texture coordinates for a cube
I want to use glTexImage3D with cube. what will be the texture coordinates for it? i am using GL_TEXTURE_3D as target. I tried with u v coordinates same as 2d texture coordinates with z component ...