-
Tiling textures onto Quadrics objects
If I create a quadrics object, say a cylinder, my texture must be close to the size of the cylinder to minimize the distortion.
Is there a way to tile a texture onto quadrics objects so I can minimize the distortion?
Thanks
-
Re: Tiling textures onto Quadrics objects
I just checked the Red Book, and it says that automatic texture coordinate generation for quadrics is limited to texture coordinates between 0.0 and 1.0. So, I'd say that you might want to generate your cylinder and its texture coordinates by yourself, as opposed to using the gluQuadric functions.It doesn't look like tiling(i.e. tex-coordinates above 1.0) is an option for Quadrics.
-
Advanced Member
Frequent Contributor
Re: Tiling textures onto Quadrics objects
Hi,
You can tile the the textures simply by adding scaling to the texture matrix.
-Ilkka
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