Uses of Class
com.jme3.terrain.geomipmap.UpdatedTerrainPatch
Packages that use UpdatedTerrainPatch
-
Uses of UpdatedTerrainPatch in com.jme3.terrain.geomipmap
Fields in com.jme3.terrain.geomipmap with type parameters of type UpdatedTerrainPatchModifier and TypeFieldDescriptionprotected Future<HashMap<String, UpdatedTerrainPatch>> TerrainLodControl.indexerMethods in com.jme3.terrain.geomipmap that return types with arguments of type UpdatedTerrainPatchModifier and TypeMethodDescriptionMultiTerrainLodControl.UpdateMultiLOD.call()TerrainLodControl.UpdateLOD.call()Method parameters in com.jme3.terrain.geomipmap with type arguments of type UpdatedTerrainPatchModifier and TypeMethodDescriptionprotected booleanTerrainQuad.calculateLod(List<com.jme3.math.Vector3f> location, HashMap<String, UpdatedTerrainPatch> updates, LodCalculator lodCalculator) protected voidTerrainQuad.findNeighboursLod(HashMap<String, UpdatedTerrainPatch> updated) protected voidTerrainQuad.fixEdges(HashMap<String, UpdatedTerrainPatch> updated) Find any neighbours that should have their edges seamed because another neighbour changed its LOD to a greater value (less detailed)protected voidTerrainPatch.reIndexGeometry(HashMap<String, UpdatedTerrainPatch> updated, boolean useVariableLod) protected voidTerrainQuad.reIndexPages(HashMap<String, UpdatedTerrainPatch> updated, boolean usesVariableLod) -
Uses of UpdatedTerrainPatch in com.jme3.terrain.geomipmap.lodcalc
Method parameters in com.jme3.terrain.geomipmap.lodcalc with type arguments of type UpdatedTerrainPatchModifier and TypeMethodDescriptionbooleanDistanceLodCalculator.calculateLod(TerrainPatch terrainPatch, List<com.jme3.math.Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates) booleanLodCalculator.calculateLod(TerrainPatch terrainPatch, List<com.jme3.math.Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates) booleanPerspectiveLodCalculator.calculateLod(TerrainPatch patch, List<com.jme3.math.Vector3f> locations, HashMap<String, UpdatedTerrainPatch> updates)