458

Loading pre-authored content
Object Loading Example Code

  • ObjectFile extends Group and sets it's children to content from an OBJ file
  • ObjectFile f;
    try {
        f = new ObjectFile( filename, flags
            creaseRadians );
        group.addChild( f );
    } catch ( IOException e ) {
         . . .
    }