Updated changelog with Region changes.
This commit is contained in:
parent
153d0afc77
commit
7636b6fb55
@ -1,6 +1,15 @@
|
||||
Changes for PolyVox version 0.3
|
||||
===============================
|
||||
The Region class has been tidied up and enhanced with new functionality. It now contains functions for dilating (enlarging) and eroding (shrinking) regions, as well as 'accumulate()' functions which ensure the Region contains a given point. The concept of an invalid region has also been introduced - this is one whose lower corner is greater than it's upper corner.
|
||||
This release has focused on... (some introduction here).
|
||||
|
||||
Removed functionality
|
||||
--------------------
|
||||
Functionality deprecated for the previous release has now been removed. This includes:
|
||||
|
||||
- Region::getWidth() and related functions. You should now use Region::getWidthInVoxels() or Region::getWidthInCells.
|
||||
|
||||
|
||||
The Region class has been tidied up and enhanced with new functionality. It now contains functions for growing and shrinking regions, as well as 'accumulate()' functions which ensure the Region contains a given point. The concept of an invalid region has also been introduced - this is one whose lower corner is greater than it's upper corner.
|
||||
|
||||
Changes for PolyVox version 0.2
|
||||
===============================
|
||||
|
Loading…
x
Reference in New Issue
Block a user