|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.writer.u3d.WriterU3D
public class WriterU3D
Exports a JrScene
into u3d compliant binary data. The exported
data is written as specified in the 4th edition of ECMA standard 363.
Here is a list of open tasks, any volunteer?
Constructor Summary | |
---|---|
WriterU3D()
|
Method Summary | |
---|---|
static void |
write(JrScene scene,
OutputStream out)
Exports a given JrScene into U3D binary data. |
void |
write(SceneGraphNode c,
OutputStream out)
Exports a given SceneGraphNode into U3D binary data. |
void |
writeScene(JrScene scene,
OutputStream out)
Exports a given JrScene into U3D binary data. |
void |
writeScene(JrScene scene,
Writer out)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WriterU3D()
Method Detail |
---|
public void writeScene(JrScene scene, OutputStream out) throws IOException
JrScene
into U3D binary data.
writeScene
in interface SceneWriter
scene
- the jReality scene to exportout
- the output stream to export the data to
IOException
@Deprecated public void writeScene(JrScene scene, Writer out) throws IOException
UnsupportedOperationException
.
writeScene
in interface SceneWriter
scene
- unusedout
- unused
IOException
public void write(SceneGraphNode c, OutputStream out) throws IOException
SceneGraphNode
into U3D binary data.
write
in interface SceneWriter
c
- the scene graph node to exportout
- the output stream to export the data to
IOException
public static void write(JrScene scene, OutputStream out) throws IOException
JrScene
into U3D binary data.
c
- the root of the exported scene graphout
- the output stream to export the data to
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |