OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeIndexArrayLodDiff
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainPatch.java
193
IntBuffer buf = geomap.
writeIndexArrayLodDiff
(null, curLod, false, false, false, false);
245
ib = geomap.
writeIndexArrayLodDiff
(null, pow, right, top, left, bottom);
[
all
...]
LODGeomap.java
88
IntBuffer ib =
writeIndexArrayLodDiff
(null, lod, rightLod, topLod, leftLod, bottomLod);
155
public IntBuffer
writeIndexArrayLodDiff
(IntBuffer store, int lod, boolean rightLod, boolean topLod, boolean leftLod, boolean bottomLod) {
[
all
...]
Completed in 171 milliseconds