Package | Description |
---|---|
de.jreality.io |
Definition and simple factory for JRScene, a class for representing jReality scene graphs.
|
de.jreality.plugin | |
de.jreality.plugin.basic | |
de.jreality.reader |
This package contains classes which implement
SceneReader ,
an interface for reading 3D scene descriptions into a jReality scene graph. |
de.jreality.writer |
Classes for writing various standard 3D file formats.
|
de.jreality.writer.blender | |
de.jreality.writer.pdf | |
de.jreality.writer.u3d |
Modifier and Type | Method and Description |
---|---|
static JrScene |
JrSceneFactory.getDefaultDesktopScene()
Get the default scene for desktop environment.
|
static JrScene |
JrSceneFactory.getDefaultDesktopSceneWithoutTools() |
static JrScene |
JrSceneFactory.getDefaultPortalRemoteScene() |
static JrScene |
JrSceneFactory.getDefaultPortalScene() |
Constructor and Description |
---|
JRViewer(JrScene s)
create a JRViewer with a custom scene.
|
Constructor and Description |
---|
Scene(JrScene jrscene) |
Modifier and Type | Method and Description |
---|---|
JrScene |
ReaderJRS.getScene() |
Modifier and Type | Method and Description |
---|---|
void |
SceneWriter.writeScene(JrScene scene,
OutputStream out) |
void |
WriterJRS.writeScene(JrScene scene,
OutputStream out) |
void |
SceneWriter.writeScene(JrScene scene,
Writer out) |
void |
WriterJRS.writeScene(JrScene scene,
Writer out) |
Modifier and Type | Method and Description |
---|---|
void |
BlenderConnection.renderImage(JrScene scene,
File f) |
void |
BlenderConnection.writeFile(JrScene scene,
File f) |
void |
WriterBlender.writeScene(JrScene scene,
OutputStream out) |
void |
WriterBlender.writeScene(JrScene scene,
Writer out) |
Modifier and Type | Method and Description |
---|---|
static void |
WriterPDF.write(JrScene scene,
OutputStream out)
Exports a given
JrScene into a PDF document. |
void |
WriterPDF.writeScene(JrScene scene,
OutputStream out)
Exports a given
JrScene into a PDF document. |
void |
WriterPDF.writeScene(JrScene scene,
Writer out)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<SceneGraphComponent,EffectiveAppearance> |
U3DSceneUtility.getAppearanceMap(JrScene scene) |
static List<Camera> |
U3DSceneUtility.getCameras(JrScene scene) |
static Map<Geometry,SceneGraphComponent> |
U3DSceneUtility.getGeometries(JrScene scene)
TODO
Returns a map that contains data that is used to build a workaround
for the texture matrix bug in adobe reader.
|
static List<SceneGraphComponent> |
U3DSceneUtility.getLightNodes(JrScene scene) |
static List<Light> |
U3DSceneUtility.getLights(JrScene scene) |
static List<SceneGraphComponent> |
U3DSceneUtility.getSceneGraphComponents(JrScene scene) |
static SceneGraphComponent |
U3DSceneUtility.getSkyBox(JrScene scene) |
static List<SceneGraphComponent> |
U3DSceneUtility.getViewNodes(JrScene scene) |
static HashMap<SceneGraphComponent,Boolean> |
U3DSceneUtility.getVisibility(JrScene scene,
HashMap<SceneGraphComponent,EffectiveAppearance> appMap) |
static void |
WriterU3D.write(JrScene scene,
OutputStream out)
Exports a given
JrScene into U3D binary data. |
void |
WriterU3D.writeScene(JrScene scene,
OutputStream out)
Exports a given
JrScene into U3D binary data. |
void |
WriterU3D.writeScene(JrScene scene,
Writer out)
Deprecated.
|