Commit Graph

117 Commits (3071bd7b57d8057225ad43a9389ba9479728710a)

Author SHA1 Message Date
bre..ns 69fe43f079 added terrain.getNormal(x,z) 13 years ago
bre..ns a899fbc075 fixed TerrainGrid.getHeightmapHeight, fix thanks to @Makeshift 13 years ago
bre..ns 86124b9a04 terrain.getHeight now scales the result 13 years ago
sha..rd f421e2a876 * Removed shiny check in Lighting.frag (for ATI Radeon X1600 and similar) 13 years ago
bre..ns 3f6834d7c7 fixed terrain picking bug 13 years ago
bre..ns 6940694e14 * fixed bug with terrain collision and flat terrain having a zero-volume bounding box 13 years ago
bre..ns 044e797da1 javadoc 13 years ago
bre..ns fa46b16e87 changed normal and tangent generation for terrain to handle scale, removing artifacts 13 years ago
bre..ns 8198719cdf removed commented out code 13 years ago
bre..ns 14cc4eb3b2 improved heightmap smooth algorithm 13 years ago
bre..ns 7a954c0650 removed a premature commit to terrain tangents that isn't fully working yet 13 years ago
bre..ns 77718d1f15 flipped terrain texture coordinates. New tangent calculations. Warning if heightmap is different size than specified terrain 13 years ago
rem..om 36dd462c4f Test rundown part 1 : 14 years ago
sha..rd db0a4f23a8 * New block language parser 14 years ago
rem..om 5476be99f7 SpotLight : Applied the same changes to terrain lighting 14 years ago
ant..om dfef1a6dfe Fix: fixed a bug when using alphamaps with TerrainGrid 14 years ago
nor..67 58d485467a - fix lighting compile error 14 years ago
rem..om 99a4b00c15 - Added SpotLight light type. 14 years ago
bre..ns c54ce7be27 reduced terrain save j3o file size 14 years ago
ant..om 026abb5a74 update: removed tileLoaded from TerrainGridListener, one should use tileAttached and tileDetached instead. 14 years ago
sha..rd a24becee32 * Replaced all usages of ByteBuffer.allocateDirect() with BufferUtils.create***Buffer() so that memory can be tracked 14 years ago
bre..ns 7b93faa8e1 fixed but with normals not updating in terrain 14 years ago
bre..ns 668eaf9cfb changed TerrainGrid methods to protected access 14 years ago
bre..ns a5511a19dc pulled ImageBasedHeightmap height color calculation out so it can be customized by subClasses 14 years ago
ant..om dde0c0a885 Fix: extended TerrainGridListener with ozonegrif's extension 14 years ago
ant..om 07e096ae71 Fix: the new way to add physics to terrainGrid is to use the listener interface, see updated tests 14 years ago
bre..ns 4eeab63f9f fixed -1 offset in TerrainGrid 14 years ago
bre..ns 1a08b7b0f6 * fixed lod bug in TerrainGrid 14 years ago
bre..ns 08e5d1a68f fixed AbstractHeightMap bounds check, thanks ozonegrif 14 years ago
bre..ns bb718f942c * javadoc 14 years ago
bre..ns db83e48019 * fixed terrainGrid NPE on executor 14 years ago
bre..ns 9407f4c3d0 * delayed creation of TerrainQuad executorService unless absolutely needed 14 years ago
bre..ns e3574d2fe7 part 2, renaming 14 years ago
bre..ns 1a78dd200c removed unused geomap classes, replaced with single GeoMap class (part 1 of 2 part commit, blasted netbeans) 14 years ago
bre..ns c5d0b7b8e8 removed redundant RawArrayHeightMap 14 years ago
bre..ns 8c7469d210 fixed a bug with normals in TerrainLighting material 14 years ago
sha..rd 7314c5f613 * Fix lighting "early cull" issue for terrain lighting shader as well 14 years ago
ant..om 9a3353698a RigiBodyControl is applied to subquads instead of the whole terrain 14 years ago
bre..ns 1c4548123a variable assignment for RawArrayHeightMap serialization 14 years ago
bre..ns e6f6f94718 Added RawArrayHeightMap courtesy of OzoneGrif 14 years ago
bre..ns 70f1a6f323 * Cleaned up and simplified the Terrain API. 14 years ago
bre..ns d9c3df086d increased terrain diffuse texture limit to 12, including normals 14 years ago
ant..om 0604418b3c Fix: calculating localTranslation after gridChange 14 years ago
ant..om bcfeb06317 Fix: calculating localTranslation after gridChange 14 years ago
ant..om e4983751c7 fixed collisiongroup check on grid change 14 years ago
ant..om dfeff3c6af Fix major bug: TerrainGrid.getHeight returned always 0 after first grid change happened 14 years ago
sha..rd a6300ba55b * Initial docs for com.jme3.scene.debug, com.jme3.scene.shape, com.jme3.scene.control 14 years ago
bre..ns 2ded30739d * bumped up terrain material texture support 14 years ago
bre..ns 4148e216b4 tweaks to getHeightmapHeight, removed old code 14 years ago
bre..ns 993b220922 * performance improvements to terrain height modification 14 years ago