protected static class HighResolutionTerrain.RenderInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected int | density | 
| protected Position | maxElevation | 
| protected Position | minElevation | 
| protected Vec4 | referenceCenter | 
| protected float[] | vertices | 
| Modifier | Constructor and Description | 
|---|---|
| protected  | RenderInfo(int density,
          float[] vertices,
          Vec4 refCenter,
          Position minElev,
          Position maxElev) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected long | getSizeInBytes() |