Texture Mapping!

Does anybody know a tutorial or an example for textute mapping with java ?Thank you very muchTh. Reinbacher
[136 byte] By [Thomas_Reinbacher] at [2007-9-27 14:10:39]
# 1

How about you search in google for "texture mapping" or "perspective correct texture mapping".

There's no Graphics.textureMap() method in Java, you'll have to code it

yourself. Or you can use GL4Java (www.jausoft.com/gl4java.html) if you're

lazy, incompetent or both.

Kayaman at 2007-7-5 22:00:27 > top of Java-index,Core,Core APIs...
# 2
or Java3D if your being silly! :P
Abuse at 2007-7-5 22:00:27 > top of Java-index,Core,Core APIs...