Menu

VRECKO - Source Codes Commit Log


Commit Date  
[r56] by tisovcik

Nature plug-in update. Functionality of Landmass ability extended.

1.) HeightFieldMesh now contains working implementation of ComputeAltitudeAt() and ComputeIntersectionWithRay().

See documentation in LandMesh.h and example usage in LandAbility.cpp (commented code at the end of LoadTerrainBlocks() method).
NOTE: Current version of ComputeIntersectionWithRay() only computes APPROXIMATE intersection.

2014-04-03 18:37:33 Tree
[r55] by gream1024

Terrain navigation ongoing implementation

2014-04-02 10:53:26 Tree
[r54] by gream1024

merge with trunk... navigation updated

2014-04-01 11:55:52 Tree
[r53] by tisovcik

Nature plug-in update. Functionality of Landmass ability extended.

1.) Segment functionality of the HeightFieldMesh has been moved to a new class HeightFieldSegment. Vector of these segments can be accessed by HeightFieldMesh.
2.) Texture size is now part of GlobalProperties (allowed values: 2^n, where n lies in [1, 10]). Default value is 1024.
3.) Each mesh based on HeightField (Zabaged grid, perlin, random faults, midpoint displacement, raster image) can use segments of a different size. Minimum (and also default) segment size is 32.
4.) User is now provided with progress (useful in case of texture download).
5.) Performance improvements. Invalid segments are now being discarded and their textures are not downloaded. This results in faster loading times and lower memory usage. In case of zabaged grid (segment size = 32), 204 textures are now downloaded (instead of 238).

2014-03-31 13:00:36 Tree
[r52] by gream1024

Ongoing implementation of TerrainNavigation -- draft of dragging and looking navigation modes.

2014-03-28 15:32:33 Tree
[r51] by gream1024

ongoing implementation of TerrainNavigation and refactoring of KMTracker and InputConnector.

2014-03-28 12:04:09 Tree
[r50] by gream1024

Some initial changes in Terrain Navigation files...

2014-03-27 15:44:04 Tree
[r49] by gream1024

New branch for development of terrain navigation stuff.

2014-03-27 15:42:13 Tree
[r48] by gream1024

Deleting of misplaced branch

2014-03-27 15:40:15 Tree
[r47] by gream1024

New branch for development of terrain navigation stuff.

2014-03-27 15:34:23 Tree
Older >