Class GL_BLEND

java.lang.Object
javaforce.gl.model.GL_BLEND

public class GL_BLEND extends Object
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 Details

    • GL_BLEND

      public GL_BLEND()
  • Method Details