-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGES.TXT
36 lines (21 loc) · 1.04 KB
/
CHANGES.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
>>>>>> NMGen-0.2.0 <<<<<<
Includes breaking API changes.
Improved robustness when dealing with extreme configuration settings.
(Including bug fixes and changes to algorithms.)
Improved robustness when dealing with outdoor/uneven terrain.
(Including bug fixes and changes to algorithms.)
Resolved issue 4: Contour Generation Fails Due to Unexpected Internal Null
Region
Resolved issue 5: Seams Form Between Triangles within a Region
The smoothingThreshold parameter is now restricted to 0 <= value <= 4.
The maxTraversableSlope parameter is now restricted to 0 <= value <= 85.
Merged LogResults functionality into the IntermediateData class.
New class: CleanNullRegionBorders
Merged the functionality from the CleanNullRegionCorners class into the
cleanNullRegionBorders class.
Retired the BaseHeightfield class.
Retired the IHeightfieldIterator interface.
General code reformatting: Cleaned white space, sorted class members,
reformatted all files to 80 character width.
>>>>>> NMGen-0.1.2 <<<<<<
Initial full release.