Advertisement

OpenGl

Started by November 06, 2000 01:29 PM
4 comments, last by Mcquade 24 years ago
Hello Guys ! I need some help in Open Gl !! well how to Display a Text on the Screen with a Normal Backround (jpg Texture) and a Rotating Cube in the Front of the Backround ? (also Jpeg) then i want to put the text over it or switch the Cube OFF I''m using Delphi 5.0 Please let me know !!
try this:
http://nehe.gamedev.net/opengl.asp


Mvh
Søren Olesen
Advertisement
a jpeg file being lossy aint someit that u wanna do a text texture with try a lossless format.
check the faq http://www.frii.com/~martz/oglfaq/

http://members.xoom.com/myBollux
I''ve always wondered why, when people told me that, so heres the reason:
Whilst a JPEG may look as good as a bitmap in whatever paint program you use, OpenGL does stuff to it (different texture filters, ect). JPEG''s are NOT the same quality as bitmaps, no matter what, they always look as perfect, until you apply certain effects to them (like OGL does) and then they look crappy. Go for the quality!!
sorry what(??) was I thinking of?? (No i''m not drunk

Mvh
Søren Olesen
i believe its ok to use jpgs in most things but not as a text texture cause blowing up mistakes on the screen esp words (which are usually static) looks orrible :n} .

http://web2.airmail.net/sjbaker1/jpegs_are_evil_too.html

http://members.xoom.com/myBollux

This topic is closed to new replies.

Advertisement