Commit Graph

52 Commits (2b8ad73f7ef14410612d92dc54244076af24b46d)

Author SHA1 Message Date
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
bre..ns bd114ed3ac fixing whitespace 14 years ago
ant..om 2073f58cf8 TerrainGridListener is extended to be able to change material of individual grid files. 14 years ago
sha..rd d6d3894fff * New version of nifty * Added simple package.html for some of the jME3 packages 14 years ago
ant..om b8d1073014 Introduced a new Namer class, so the heightmap tiles' names can be generated independent from the terrain system. 14 years ago
sha..rd 8cbb0f210d * Small javadoc fixes 14 years ago
ant..om 7d5adb24c3 bugfix: terrainQuads were translated using a constant 2, now it uses localScale isntead 14 years ago
ant..om 83da85efd3 bugfix: heightmap.setHeightScale is set from grid's heightscale instead of constant 256f 14 years ago
bre..ns 5a79adc4fe fixed bug in abstractHeightmap.smooth, thanks to ozonegrif 14 years ago
bre..ns 9b614ee389 fixed a bug in AbstractHeightmap.flatten 14 years ago
ant..om 0248e92e3c Added a terrain material that uses height and slope information to map textures instead of alphamap. 14 years ago
ant..om 4fa5522c8e Added a terrain material that uses height and slope information to map textures instead of alphamap. 14 years ago
ant..om 58ede837c6 Added my own noise library as jar (noise-0.0.1-SNAPSHOT.jar), hope I didn't break any build stuff 14 years ago
ant..om 0bfd5aa2a3 fixed a bug calculating camera cell 14 years ago
ant..om 34a47debb9 TerrainGrid added to terrain package, test included 14 years ago
sha..rd 6196de22f7 * Removed all deprecated classes, methods, and fields 14 years ago