TexCoord transform?

Started by
1 comment, last by devronious 18 years, 1 month ago
I'm working with a method that creats a quad that is 1 unit wide by 1 unit high. The texture coords mach the vertices at that size. I need to transform the quad to any size and location I want. This is no problem. I would also like to modify the texture coords per render. Is this possible thru some type of transform without writing a HLSL file? Thanks, -Devin
Advertisement
Have you looked at Texture Coordinate Transformations section in the SDK documentation?

Jack

<hr align="left" width="25%" />
Jack Hoxley <small>[</small><small> Forum FAQ | Revised FAQ | MVP Profile | Developer Journal ]</small>

Cool, I knew there must be a way to do that. It's seemed more likely to me that it would be capable since I started making quads and such. This is going to be of tremendous use to me.

Thanks,

Devin

This topic is closed to new replies.

Advertisement