Searched refs:getCamCell (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
H A DTerrainGrid.java276 Vector3f camCell = this.getCamCell(location);
290 Vector3f camCell = this.getCamCell(cam); // get the grid index value of where the camera is (ie. 2,1)
307 public Vector3f getCamCell(Vector3f location) { method in class:TerrainGrid

Completed in 379 milliseconds