nl.tudelft.simulation.dsol.animation.D3
Interface Renderable3DInterface

All Known Implementing Classes:
Renderable3D

public interface Renderable3DInterface

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

Version:
1.0 10.05.2004
Author:
Roy Chin

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_OBJECT

public static final int STATIC_OBJECT
Static (non dynamic) objects that describe the world or landscape, possibly containing other static or animated objects.

See Also:
Constant Field Values

DYNAMIC_OBJECT

public static final int DYNAMIC_OBJECT
Simulated objects are objects that move, rotate or change shape

See Also:
Constant Field Values
Method Detail

update

public void update()
Update the representation of the model


getType

public int getType()
Get the type.

Returns:
Type of renderable


Copyright © 2002-2004 Delft University of Technology, the Netherlands. All Rights Reserved.