Home | History | Annotate | Download | only in geomipmap

Lines Matching refs:quadSize

106     protected int quarterSize; // half of quadSize
107 protected int quadSize;
145 q = new TerrainQuad(getName() + "Quad" + quadCell, patchSize, quadSize, heightMapAt == null ? null : heightMapAt.getHeightMap());
205 terrainQuadGrid.setQuadSize(this.quadSize);
228 heightMapGrid.setSize(this.quadSize);
248 this.quadSize = (maxVisibleSize + 1) >> 1;
320 Vector3f tileLoc = location.divide(this.getWorldScale().mult(this.quadSize));
347 Vector3f loc = quadCell.mult(this.quadSize - 1).subtract(quarterSize, 0, quarterSize);// quadrant location handled TerrainQuad automatically now
448 public void setQuadSize(int quadSize) {
449 this.quadSize = quadSize;
454 Vector3f currentGridLocation = getCurrentCell().mult(getLocalScale()).multLocal(quadSize - 1);
498 gridTileLoader.setQuadSize(this.quadSize);