Is there a tutorial about TexCoord?

I making a script to export entire scenes from Blender to jMonkey. But I don't find a tutorial about texture coordinates.

there is already a script, but i never used it.



http://code.google.com/p/jmexml/

http://www.jmonkeyengine.com/jmeforum/index.php?topic=8469.0

Thanks, but I want to do my own personalized exporter .:smiley:

There are tutorials online about texture coordinates… In jME its pretty much the same as OpenGL, a texture coordinate is an unsigned normalized 2-component float vector which specifies which parts of a texture to use for each face. Those coordinates are stored in a TexCoord class in jME, which consists of a FloatBuffer and a number of components variable.