Package javaforce.gl.model
package javaforce.gl.model
-
ClassDescriptionAutodesk .3DS reader Supports: - Mesh, UVMap, animation dataBlender .blend reader NOTE: Supports Blender v2.63+ thru 4.02 (some versions in between may not be supported) Supports objects with multiple UVMaps Rotation/Scale on objects are ignored, please rotate/scale in edit mode (the vertex data) BHead chunks can have duplicate old pointer addresses in which case they must be used in order.JF3D - New format designed for JavaForce Chunk based format Supports: - GLModel, GLObject, GLUVMap(s) TODO: - animation data struct ChunkHeader { int id; int len; //size of data excluding ChunkHeader } Everything is Little Endian (Intel based)