Decodes the scene data read from the specified InputStream object using the encoding specified by
the integer encoding code and returnes the new Scene object.
Decodes the scene data stored in the file represented by the specified File object
using the encoding specified by the integer encoding code and returns the new Scene object.
Decodes the surface data stored in the file represented by the specified File object
using the encoding specified by the integer encoding code and returns the new Surface object.
defaultDepth -
Static variable in class net.sf.j3d.util.graphics.RGB
Performs the lighting calculations for the specified surface at the specified point of interesection
on that surface using the lighting data from the specified DirectionalAmbientLight object and returns
an RGB object that represents the color of the point.
Draws a simple representation of the Surface represented by this SurfaceUI object on the specified Graphics object
using the viewing settings of the specified Camera object.