net.fortuna.saverscreens.bounce
Class Loaders

java.lang.Object
  extended bynet.fortuna.saverscreens.bounce.Loaders

public class Loaders
extends java.lang.Object

Author:
Ben Fortuna

Constructor Summary
Loaders()
           
 
Method Summary
static Scene loadScene(java.net.URL url)
          Loads a scene from the specified path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Loaders

public Loaders()
Method Detail

loadScene

public static Scene loadScene(java.net.URL url)
                       throws java.io.FileNotFoundException
Loads a scene from the specified path. Supports 3D Studio, VRML and Wavefront Object formats.

Throws:
java.io.FileNotFoundException