jme.geometry.model
Interface Model

All Superinterfaces:
Geometry
All Known Implementing Classes:
MilkshapeModel

public interface Model
extends Geometry

An interface for models. Models should be able to load from a file and draw itself (animated if possible).

Version:
0.1
Author:
naj

Method Summary
 void update(float time)
           
 
Methods inherited from interface jme.geometry.Geometry
getPoints, initialize, render, setColor, setTexture
 

Method Detail

update

public void update(float time)