Lowest Quality
Hi I''m programming a tetris game and anyway I want it to run on software machines can anyone suggest the a very low quality display format. And the int code for it. Basically its a bunch of textures... maybe if it looks 2d.
Squizz-Repaint the World
Squizz-Repaint the World
use both 16 bit for colour and depth bits. Use GL_NEAREST instead of GL_LINEAR in the loading of your textures. Use vertex arrays for your 2d primitives & dont use masking for your blended textures, instead make use of alpha values in tga files.
cant think of anymore off the top of my head, but these are the things i use in my engine.
cant think of anymore off the top of my head, but these are the things i use in my engine.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement