Commit Graph

145 Commits (d46ee260021a9a072729b9d5375a5abfc955553d)

Author SHA1 Message Date
nor..67 49d64f3423 - fix FractalTileLoader using patchSize instead of quadSize 13 years ago
nor..67 9a5bb23687 - fix FractalTileLoader not implementing TerrainGridTileLoader 13 years ago
nor..67 cfbf116b2d Deprecating HeightMapGrid Kirill :P 13 years ago
nor..67 9e18ec6184 - update test data, add list size check to TerrainGrid 13 years ago
nor..67 534ab2f737 - fix TerrainGrid UpdateControl adding when deserializing 13 years ago
nor..67 b087c3e843 - rename TerrainQuadGrid -> TerrainGridTileLoader, AssetQuadGrid -> AssetTileLoader 13 years ago
nor..67 3645d09ec2 - add TerrainGrid serialization test 13 years ago
nor..67 6c3f896604 - another fix in deserialization of TerrainGrid 13 years ago
nor..67 666ff483a4 - fix in deserialization of TerrainGrid 13 years ago
nor..67 f7d61c8c89 - remove unnecessary serialization in AssetQuatGrid 13 years ago
nor..67 28d0bff4ea - cleanup TerrainGrid constructors & serialization 13 years ago
nor..67 94ec216aab - fix TerrainQuadGrid support in TerrainGrid 13 years ago
nor..67 4105689fea - improve AssetQuadGrid 13 years ago
nor..67 fc23b0173e - add abstraction layer for TerrainGrid that allows serving in full TerrainQuads 13 years ago
bre..ns b53c8737c0 more TerrainGrid javadoc 13 years ago
bre..ns fb45230bf2 TerrainGrid javadoc 13 years ago
sha..rd 534ee8abfc * Terrain shader no longer flips normal along Y 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 0dddd8613f * fix terrain grid camera offset problem 13 years ago
bre..ns f50266590d default distance for TerrainLodControl 14 years ago
bre..ns ca628fe5d6 fixed terrain scale bug 14 years ago
bre..ns f6ebb7a262 terrain lod control rafactoring 14 years ago
rem..om 6bbf141b9f terrain : fixed an issue on texture coordinates calculation (Some worm hole through space and time prevented the fix to go with previous commit....or that's just me) 14 years ago
rem..om 9df9ad8564 terrain : fixed an issue on texture coordinates calculation 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 a899fbc075 fixed TerrainGrid.getHeightmapHeight, fix thanks to @Makeshift 14 years ago
bre..ns 86124b9a04 terrain.getHeight now scales the result 14 years ago
sha..rd f421e2a876 * Removed shiny check in Lighting.frag (for ATI Radeon X1600 and similar) 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 044e797da1 javadoc 14 years ago
bre..ns fa46b16e87 changed normal and tangent generation for terrain to handle scale, removing artifacts 14 years ago
bre..ns 8198719cdf removed commented out code 14 years ago
bre..ns 14cc4eb3b2 improved heightmap smooth algorithm 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
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