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

All Known Implementing Classes:
Renderable3D

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.

Version:
$Revision: 1.1 $ $Date: 2007/01/06 13:21:28 $
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

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

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

See Also:
Constant Field Values
Method Detail

update

void update()
Update the representation of the model


getType

int getType()
Get the type.

Returns:
Type of renderable


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