Squeak Class Documentation category index | class index  
 
WonderlandMesh
  category: Balloon3D-Wonderland Mesh
  superclass: B3DIndexedTriangleMesh
  subclasses:

This class extends the basic Balloon 3D mesh class with the ability to parse OBJ and VFB (used with Alice MDL files) files.

instance methods
  initialize
  createFromOBJFile:
createFromVFBFile:

class methods
  instanceCreation
  fromOBJFile:
fromVFBFile:

instance methods
  initialize top  
 

createFromOBJFile:

Read in a mesh from the obj file


 

createFromVFBFile:

Read in a mesh from the vfb file


class methods
  instanceCreation top  
 

fromOBJFile:

Reads and creates a mesh from an OBJ file


 

fromVFBFile:

Reads and creates a mesh from an OBJ file