OpenGL Textures
I have two problems.
First: When I''m coming closer to a texture, It becomes slower; But that does not happen in for example Unreal Tournament and so on. So did I forget anything to speed all up?
Second: In the PDF-Tutorial, at the end of every lesson, there stands, that I can download the Sources of all the Tutorials, but I don''t know where, and this is not a link.
Please forgive my bad English, I''m German.
__Thanx__
The source can be downloaded from the end of each of the on-line versions of the tutorials.
Morgan
Morgan
Texture mapping will always be slower when you get closer to the textures, UT uses smaller, lower quality textures for models which it can draw faster, it also clips polygons to the screen and does backface culling (both of which will help improve speed). The source can be downloaded from the end of each of the on-line versions of the tutorials.
Morgan
Morgan
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement