Package mgui.io.domestic.shapes
Class X3DFileInterface
java.lang.Object
mgui.io.domestic.shapes.X3DFileInterface
public class X3DFileInterface
extends java.lang.Object
Interface to X3D/VRML format text files. Utilizes the Xj3D libraries (www.xj3d.org) to
parse data and read it into a scene graph, which can either be transferred directly into a
Java3D scene graph, or into the arModelInterface data model. Can also transfer from the
arModelInterface data model into the Xj3D scene graph, and thereby store data in X3D format.
- Author:
- Andrew Reid
-
Constructor Summary
Constructors Constructor Description X3DFileInterface()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
X3DFileInterface
public X3DFileInterface()
-