Java 3D FileLoader
Java 3D does not have a native file format. Like OpenGL, it is an API for providing 3D graphics rendering in real time.
File loaders read a file and convert it into the scene graph structure so that Java 3D may render it. A file loader
may implement Sun's loader interface com.sun.j3d.loaders.Loader to provide a generalised API for loading any
file type.
|
|
