Uses of Class
simogl.level.Terrain

Packages that use Terrain
simogl.collision   
simogl.level   
 

Uses of Terrain in simogl.collision
 

Methods in simogl.collision with parameters of type Terrain
 java.util.ArrayList<Triangle> CollisionFinder.collided(AbstractMesh mesh, Terrain terrain)
          This method checks, if a collision between the bottom center point of the mesh and the terrain has occured and returns the triangle(s) that has/have collided with the mesh.
 java.util.ArrayList<Triangle> CollisionFinder.collided(Point3D point, Terrain terrain)
          This method checks, if a collision between a point and the terrain has occured.
 

Uses of Terrain in simogl.level
 

Fields in simogl.level declared as Terrain
static Terrain AbstractLevel.terrain