Menu

Commit [r37]  Maximize  Restore  History

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

1.) Ability Land is now able to obtain height data by 4 different ways - import from raster image & Perlin noise, midpoint displacement and random faults generation (modified version of code from the Terrain ability).
2.) Height data can be additionally exported to a raster image file, saved in a location specified by XML.

tisovcik 2014-01-26

1 2 > >> (Page 1 of 2)
changed /trunk/VisualStudio/vreckoAP/Nature/Nature.vcxproj
changed /trunk/VisualStudio/vreckoAP/Nature/Nature.vcxproj.filters
changed /trunk/include/vreckoAP/Nature/Land/Exceptions/InvalidXMLParameterException.h
changed /trunk/include/vreckoAP/Nature/Land/Exceptions/MissingXMLParameterException.h
added /trunk/include/vreckoAP/Nature/Land/HeightData
added /trunk/include/vreckoAP/Nature/Land/HeightData/DataProvider.h
added /trunk/include/vreckoAP/Nature/Land/HeightData/HeightData.h
added /trunk/include/vreckoAP/Nature/Land/HeightData/MidpointDisplacementGenerator.h
added /trunk/include/vreckoAP/Nature/Land/HeightData/PerlinNoiseGenerator.h
added /trunk/include/vreckoAP/Nature/Land/HeightData/RandomFaultsGenerator.h
added /trunk/include/vreckoAP/Nature/Land/HeightData/RasterImageImporter.h
changed /trunk/include/vreckoAP/Nature/Land/LandAbility.h
added /trunk/include/vreckoAP/Nature/Land/LandBlock.h
added /trunk/include/vreckoAP/Nature/Land/LandUtils.h
changed /trunk/include/vreckoAP/Nature/Land/Properties/MidpointDisplacementProperties.h
changed /trunk/include/vreckoAP/Nature/Land/Properties/PerlinNoiseProperties.h
changed /trunk/include/vreckoAP/Nature/Land/Properties/Properties.h
changed /trunk/include/vreckoAP/Nature/Land/Properties/PropertiesFactory.h
changed /trunk/include/vreckoAP/Nature/Land/Properties/RandomFaultsProperties.h
changed /trunk/include/vreckoAP/Nature/Land/Properties/RasterImageProperties.h
added /trunk/src/vreckoAP/Nature/Land/HeightData
added /trunk/src/vreckoAP/Nature/Land/HeightData/DataProvider.cpp
added /trunk/src/vreckoAP/Nature/Land/HeightData/HeightData.cpp
added /trunk/src/vreckoAP/Nature/Land/HeightData/MidpointDisplacementGenerator.cpp
added /trunk/src/vreckoAP/Nature/Land/HeightData/PerlinNoiseGenerator.cpp
/trunk/VisualStudio/vreckoAP/Nature/Nature.vcxproj Diff Switch to side-by-side view
Loading...
/trunk/VisualStudio/vreckoAP/Nature/Nature.vcxproj.filters Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/Exceptions/InvalidXMLParameterException.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/Exceptions/MissingXMLParameterException.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/HeightData/DataProvider.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/HeightData/HeightData.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/HeightData/MidpointDisplacementGenerator.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/HeightData/PerlinNoiseGenerator.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/HeightData/RandomFaultsGenerator.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/HeightData/RasterImageImporter.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/LandAbility.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/LandBlock.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/LandUtils.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/Properties/MidpointDisplacementProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/Properties/PerlinNoiseProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/Properties/Properties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/Properties/PropertiesFactory.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/Properties/RandomFaultsProperties.h Diff Switch to side-by-side view
Loading...
/trunk/include/vreckoAP/Nature/Land/Properties/RasterImageProperties.h Diff Switch to side-by-side view
Loading...
/trunk/src/vreckoAP/Nature/Land/HeightData/DataProvider.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/vreckoAP/Nature/Land/HeightData/HeightData.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/vreckoAP/Nature/Land/HeightData/MidpointDisplacementGenerator.cpp Diff Switch to side-by-side view
Loading...
/trunk/src/vreckoAP/Nature/Land/HeightData/PerlinNoiseGenerator.cpp Diff Switch to side-by-side view
Loading...
1 2 > >> (Page 1 of 2)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.