OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLeftLod
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
UpdatedTerrainPatch.java
127
protected int
getLeftLod
() {
TerrainPatch.java
236
boolean left = utp.
getLeftLod
() > utp.getNewLod();
243
ib = geomap.writeIndexArrayLodVariable(null, pow, (int) Math.pow(2, utp.getRightLod()), (int) Math.pow(2, utp.getTopLod()), (int) Math.pow(2, utp.
getLeftLod
()), (int) Math.pow(2, utp.getBottomLod()));
[
all
...]
Completed in 2554 milliseconds