Commit Graph

5 Commits (c288d7427ae86013bb37e6e20e7160b0d0028415)

Author SHA1 Message Date
Kirill Vainer 37f8ee91af more deprecation cleanup 9 years ago
Paul Speed ab6fb03171 Converted spatial over to use Cloner to do its various 9 years ago
Paul Speed 7b29c58fe0 JmeCloneable related changes to TerrainQuad and TerrainPatch. Fixed 9 years ago
shadowislord 6b12d5c638 * Fix many javadoc errors mostly related to incorrect HTML or missing references 11 years ago
Normen Hansen a16857c8f4 switch to gradle layout 11 years ago
bre..om 13758bd985 terrain will clear any caches it has now when detached from the scene graph 12 years ago
bre..om 1843916822 added more javadocs to TerrainQuad 12 years ago
sky..ok 5da8dd1e3d Terrain package license maintenance 13 years ago
bre..om 77a1ec09f8 moved terrainGrid normal recalculations out of the tile loading loop to run after all tiles have loaded 13 years ago
bre..ns 05f5473505 cleaned up some terrain code and deprecated a few constructors 13 years ago
bre..ns f5cd1e97c4 fixed the terrain normal calc for the edges 13 years ago
bre..ns b59ec271ca terrain now checks the ray's limit when colliding 13 years ago
bre..ns 33a69d4536 Softened terrain API to allow for different tiling implementations. Added MultiTerrainLodControl 13 years ago
bre..ns f654109aa4 added in a NeighbourFinder interface to TerrainQuad so it can be used for tiling outside of TerrainGrid 13 years ago
bre..ns 5dbde4ad06 TerrainQuad documentation patch thanks @slyh 13 years ago
bre..ns 64b736f2e9 fix a bug in terrain getHeight for some edge cases 13 years ago
bre..ns a1249b551d * refactored terrain lod to move most of the lod code to the control 13 years ago
bre..ns e769d453ec added recalculateAllNormals() to TerrainQuad 13 years ago
bre..ns 3420ec2881 simplified terrain tangent generation, cleaned up code 13 years ago
bre..ns a59339054a moved some of the terrain utils into tool options in the scene explorer 13 years ago
bre..ns d28b580640 fixed bug in terrainQuad, uses worldTranslation for coordinate offset now for height adjustment 13 years ago
sky..om b66984f8f5 Added javadoc for TerrainQuad heightMap parameters 13 years ago
bre..ns 5d6fa1fc0b fixed a normal seaming artifact in terrain 13 years ago
nor..67 3cdaf0e051 jme3: 13 years ago
bre..ns 36453a919c TerrainGrid no longer needs initialize() called, handled automatically now. 13 years ago
nor..om 197bba7fe8 - fix TerrainPatch method signature to not break old projects, deprecate getHeightmap, add new getHeightMap 13 years ago
sha..rd 268a464191 * Make Geomap and LODGeomap use a float[] heightmap internally instead of FloatBuffer 13 years ago
bre..ns 2253690024 normen made me do it! 13 years ago
bre..ns 4e34217111 * Terrain API changes to better support TG in SDK terrain editor 13 years ago
nor..67 3645d09ec2 - add TerrainGrid serialization test 13 years ago
bre..ns 0342cceaaf fixed bug with terrain grid and cached neighbours in terrainQuad not being reset 13 years ago
bre..ns 253334fd07 * fixed terrain grid issues 13 years ago
bre..ns 6712fccbc3 cleaned up terrainQuad constructor. 13 years ago
sky..ok 6286ac495f Added Javadoc to TerrainQuad constructors 13 years ago
bre..ns ca628fe5d6 fixed terrain scale bug 14 years ago
bre..ns f6ebb7a262 terrain lod control rafactoring 14 years ago
bre..ns 3383e2e086 * refactored TerrainLOD Control and removed some legacy classes for it, made it easier to use 14 years ago
bre..ns 69fe43f079 added terrain.getNormal(x,z) 14 years ago
bre..ns 86124b9a04 terrain.getHeight now scales the result 14 years ago
bre..ns 3f6834d7c7 fixed terrain picking bug 14 years ago
bre..ns 6940694e14 * fixed bug with terrain collision and flat terrain having a zero-volume bounding box 14 years ago
bre..ns fa46b16e87 changed normal and tangent generation for terrain to handle scale, removing artifacts 14 years ago
bre..ns 7a954c0650 removed a premature commit to terrain tangents that isn't fully working yet 14 years ago
bre..ns 77718d1f15 flipped terrain texture coordinates. New tangent calculations. Warning if heightmap is different size than specified terrain 14 years ago
bre..ns c54ce7be27 reduced terrain save j3o file size 14 years ago
bre..ns 7b93faa8e1 fixed but with normals not updating in terrain 14 years ago
bre..ns 1a08b7b0f6 * fixed lod bug in TerrainGrid 14 years ago
bre..ns bb718f942c * javadoc 14 years ago
bre..ns 9407f4c3d0 * delayed creation of TerrainQuad executorService unless absolutely needed 14 years ago
bre..ns 70f1a6f323 * Cleaned up and simplified the Terrain API. 14 years ago