Package javaforce.gl.model
Class GL_BLEND
java.lang.Object
javaforce.gl.model.GL_BLEND
Blender .blend reader
NOTE:
Supports Blender v2.63+
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.
See : https://developer.blender.org/T45471
TODO:
Animation data
Blender Source : https://git.blender.org/gitweb/gitweb.cgi/blender.git/tree/HEAD:/source/blender
- look in blenloader and makesdna folders
- most important to understand DNA : makesdna/intern/dna_genfile.c:init_structDNA()
- also see doc/blender_file_format/mystery_of_the_blend.html
- Author:
- pquiring
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GL_BLEND
public GL_BLEND()
-
-
Method Details
-
load
-
load
-