terrain javadoc

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8703 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
bre..ns 2011-11-16 16:30:36 +00:00
parent 344c0f11c9
commit de5591053d
2 changed files with 5 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class TerrainGrid extends TerrainQuad {
protected static final Logger log = Logger.getLogger(TerrainGrid.class.getCanonicalName());
protected Vector3f currentCamCell;
protected int quarterSize;
protected int quarterSize; // half of quadSize
protected int quadSize;
protected HeightMapGrid heightMapGrid;
private TerrainGridTileLoader gridTileLoader;

View File

@ -60,6 +60,10 @@ import java.util.ArrayList;
* in the future it will use all of them to determine what
* LOD to set.
*
* This control serializes, but it does not save the Camera reference.
* This camera reference has to be manually added in when you load the
* terrain to the scene!
*
* @author Brent Owens
*/
public class TerrainLodControl extends AbstractControl {