HomeSort by relevance Sort by last modified time
    Searched refs:LODGeomap (Results 1 - 2 of 2) sorted by null

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java 62 * whenever the view point, or camera, changes. The actual terrain mesh is created by the LODGeomap class.
82 protected LODGeomap geomap;
180 geomap = new LODGeomap(size, heightMap);
562 // LODGeomap.calculateTangent(new Vector3f[]{rootPoint.mult(scale),rightPoint.mult(scale),bottomPoint.mult(scale)}, new Vector2f[]{rootTex,rightTex,bottomTex}, tangent, binormal);
    [all...]
LODGeomap.java 66 public class LODGeomap extends GeoMap {
68 public LODGeomap() {
72 public LODGeomap(int size, FloatBuffer heightMap) {
76 public LODGeomap(int size, float[] heightMap) {
    [all...]

Completed in 3075 milliseconds