See: Description
Interface | Description |
---|---|
Component3DManager.RenderingErrorObserver |
An observer that receives error notifications in Java 3D.
|
Component3DManager.RenderingObserver |
An observer that receives notifications during the different steps
of the loop rendering a canvas 3D.
|
ModelManager.ModelObserver |
An observer that receives model loading notifications.
|
TextureManager.TextureObserver |
An observer that receives texture loading notifications.
|
Class | Description |
---|---|
AbstractPhotoRenderer |
A renderer able to create a photo realistic image of a home.
|
Component3DManager |
Manager of
Canvas3D instantiations and Java 3D error listeners. |
DAELoader |
A loader for DAE Collada 1.4.1 format as specified by
http://www.khronos.org/files/collada_spec_1_4.pdf.
|
DimensionLine3D |
Root of a dimension line branch.
|
Ground3D |
Root of a the 3D ground.
|
HomePieceOfFurniture3D |
Root of piece of furniture branch.
|
Label3D |
Root of a label branch.
|
Max3DSLoader |
A loader for 3DS streams.
|
ModelManager |
Singleton managing 3D models cache.
|
Object3DBranch |
Root of a branch that matches a home object.
|
Object3DBranchFactory |
A factory able to create instances of
Object3DBranch class. |
OBJLoader |
An OBJ + MTL loader.
|
OBJMaterial |
A material with additional parameters useful for raytracing rendering.
|
OBJWriter |
An output stream that writes Java 3D nodes at OBJ + MTL format.
|
PhotoRenderer |
A renderer able to create a photo realistic image of a home based on SunFlow rendering engine.
|
PhotoRenderer.SphereLightWithNoRepresentation |
A SunFlow sphere light with no representation.
|
PhotoRenderer.TriangleMeshLightWithNoRepresentation |
A SunFlow triangle mesh light with no representation.
|
Polyline3D |
Root of a polyline branch.
|
Room3D |
Root of room branch.
|
ShapeTools |
Gathers some useful tools for shapes.
|
TextureManager |
Singleton managing texture image cache.
|
Wall3D |
Root of wall branch.
|
YafarayRenderer |
A renderer implemented with YafaRay rendering engine called with JNI.
|
Enum | Description |
---|---|
AbstractPhotoRenderer.Quality | |
PhotoRenderer.Quality | Deprecated
From version 7.0, prefer use
AbstractPhotoRenderer.Quality enum. |
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License