texture2DProj to project a section of a texture

can i setup texture2DProj to project only a section of a texture? or is there another way to do this w/o multiple samplers? thanks :slight_smile:

bump

I guess that depends if you know what the section of the texture is.

if (this fragment should be projected)
texture2DProj()
else
texture2D()

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.