|
BowlerKernel
|

Public Member Functions | |
| double | getWidth () |
| double | getHeight () |
| double | getDepth () |
| List< Mesh > | getMeshes () |
| String | toString () |
| Bounds | getBounds () |
| List< Material > | getMaterials () |
| List< MeshView > | getAsMeshViews () |
Private Attributes | |
| final List< Mesh > | meshes |
| final List< Material > | materials |
| final double | width |
| final double | height |
| final double | depth |
| final Bounds | bounds |
| final Group | root = new Group() |
| Pane | viewContainer |
| SubScene | subScene |
The Class MeshContainer.
Definition at line 31 of file MeshContainer.java.
| List<MeshView> eu.mihosoft.vrl.v3d.MeshContainer.getAsMeshViews | ( | ) |
Gets the as mesh views.
Definition at line 181 of file MeshContainer.java.
References eu.mihosoft.vrl.v3d.MeshContainer.materials, and eu.mihosoft.vrl.v3d.MeshContainer.meshes.
Referenced by eu.mihosoft.vrl.v3d.CSG.newMesh().
| Bounds eu.mihosoft.vrl.v3d.MeshContainer.getBounds | ( | ) |
Gets the bounds.
Definition at line 163 of file MeshContainer.java.
References eu.mihosoft.vrl.v3d.MeshContainer.bounds.
| double eu.mihosoft.vrl.v3d.MeshContainer.getDepth | ( | ) |
Gets the depth.
Definition at line 137 of file MeshContainer.java.
References eu.mihosoft.vrl.v3d.MeshContainer.depth.
| double eu.mihosoft.vrl.v3d.MeshContainer.getHeight | ( | ) |
Gets the height.
Definition at line 128 of file MeshContainer.java.
References eu.mihosoft.vrl.v3d.MeshContainer.height.
| List<Material> eu.mihosoft.vrl.v3d.MeshContainer.getMaterials | ( | ) |
Gets the materials.
Definition at line 172 of file MeshContainer.java.
References eu.mihosoft.vrl.v3d.MeshContainer.materials.
| List<Mesh> eu.mihosoft.vrl.v3d.MeshContainer.getMeshes | ( | ) |
Gets the meshes.
Definition at line 146 of file MeshContainer.java.
References eu.mihosoft.vrl.v3d.MeshContainer.meshes.
| double eu.mihosoft.vrl.v3d.MeshContainer.getWidth | ( | ) |
Gets the width.
Definition at line 119 of file MeshContainer.java.
References eu.mihosoft.vrl.v3d.MeshContainer.width.
| String eu.mihosoft.vrl.v3d.MeshContainer.toString | ( | ) |
Definition at line 154 of file MeshContainer.java.
References eu.mihosoft.vrl.v3d.MeshContainer.bounds, and eu.mihosoft.vrl.v3d.Bounds.toString().

|
private |
The bounds.
Definition at line 49 of file MeshContainer.java.
Referenced by eu.mihosoft.vrl.v3d.MeshContainer.getBounds(), and eu.mihosoft.vrl.v3d.MeshContainer.toString().
|
private |
The depth.
Definition at line 46 of file MeshContainer.java.
Referenced by eu.mihosoft.vrl.v3d.MeshContainer.getDepth().
|
private |
The height.
Definition at line 43 of file MeshContainer.java.
Referenced by eu.mihosoft.vrl.v3d.MeshContainer.getHeight().
|
private |
The materials.
Definition at line 37 of file MeshContainer.java.
Referenced by eu.mihosoft.vrl.v3d.MeshContainer.getAsMeshViews(), and eu.mihosoft.vrl.v3d.MeshContainer.getMaterials().
|
private |
The meshes.
Definition at line 34 of file MeshContainer.java.
Referenced by eu.mihosoft.vrl.v3d.MeshContainer.getAsMeshViews(), and eu.mihosoft.vrl.v3d.MeshContainer.getMeshes().
|
private |
The root.
Definition at line 52 of file MeshContainer.java.
|
private |
The sub scene.
Definition at line 58 of file MeshContainer.java.
|
private |
The view container.
Definition at line 55 of file MeshContainer.java.
|
private |
The width.
Definition at line 40 of file MeshContainer.java.
Referenced by eu.mihosoft.vrl.v3d.MeshContainer.getWidth().