| Package | Description |
|---|---|
| org.achtern.AchternEngine.core.scenegraph.scanning |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SceneGraphRetriever<T extends Entity>
A SceneGraphRetriever should be able to filter out
Entities from the SceneGraph.
|
interface |
SceneGraphWalker
A SceneGraphWalker can be used to walk and scan
the given scenegraph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DepthFirstWalker
DepthFirstTraversal Implementation of the
SceneGraphWalker
|
class |
EntityRetriever
Basic Implementation of the SceneGraphRetriever, valid for all Entities.
|
class |
FigureRetriever
A Figure Retriever retrives all Figures from
the scenegraph and calculates BoundingBoxes, Vertex Counts
and gathers meshes and materials!
|
class |
SingleEntityRetriever
Wrapper of the EntityRetriever and can be used
if one only needs a single Entity from the scenegraph.
|
Copyright © 2014. All rights reserved.