-
Problem about textureProj
textureProj performs a texture lookup with projection.
Can someone explain in detail for me about the function? i do not know what the "projection " mean in this sentence.
-
Super Moderator
OpenGL Lord
Re: Problem about textureProj
Read :
http://www.opengl.org/sdk/docs/mangl...extureProj.xml
The "projection" is the one happening with homogeneous coordinates.
This is needed to make perspective working correctly, allows to define texcoords at infinity, etc.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules