I've written a C++ class that parses .obj files and creates an OpenGL compiled list for display.<BR><BR>My problem comes from 3D studio outputting .obj files using UVW texture coordinates. I've done a ...
How do I tile a texture across a triangle strip rendered terrain?<BR><BR>I randomly generate a terrain using a circle algorithm derivative.<BR><BR>I have a multitexturing environment such that it ...