|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Renderable3DInterface, an interface for 3d renderables
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary | |
static int |
DYNAMIC_OBJECT
Simulated objects are objects that move, rotate or change shape |
static int |
STATIC_OBJECT
Static (non dynamic) objects that describe the world or landscape, possibly containing other static or animated objects. |
| Method Summary | |
int |
getType()
Get the type. |
void |
update()
Update the representation of the model |
| Field Detail |
public static final int STATIC_OBJECT
public static final int DYNAMIC_OBJECT
| Method Detail |
public void update()
public int getType()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||