OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBottomLod
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
UpdatedTerrainPatch.java
137
protected int
getBottomLod
() {
TerrainPatch.java
239
boolean bottom = utp.
getBottomLod
() > 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 29 milliseconds