|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Renderable3DInterface
Renderable3DInterface, an interface for 3d renderables
(c) copyright 2002-2005 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: Lesser
General Public License (LGPL) , 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 |
---|
static final int STATIC_OBJECT
static final int DYNAMIC_OBJECT
Method Detail |
---|
void update()
int getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |