OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeIndexArrayLodVariable
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java
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
...]
LODGeomap.java
358
public IntBuffer
writeIndexArrayLodVariable
(IntBuffer store, int lod, int rightLod, int topLod, int leftLod, int bottomLod) {
[
all
...]
Completed in 114 milliseconds