3434- Added optional support for logging using
3535 <A HREF="http://log4cplus.sourceforge.net/">log4cplus</A>.
3636 See logging.h and the @c INSTALL file for details.
37- - Added @vdblink::tools::VolumeRayIntersector::hits
38- VolumeRayIntersector::hits@endlink that produces all the hit-segments
39- along a ray. This is generally more efficient then repeated calls to
40- @vdblink::tools::VolumeRayIntersector::march VolumeRayIntersector::march@endlink.
37+ - Added @vdblink::tools::VolumeRayIntersector::hits()
38+ VolumeRayIntersector::hits@endlink, which returns all the hit segments
39+ along a ray. This is generally more efficient than repeated calls to
40+ @vdblink::tools::VolumeRayIntersector::march()
41+ VolumeRayIntersector::march@endlink.
4142- Added member class @vdblink::math::Ray::TimeSpan Ray::TimeSpan@endlink
42- and method @vdblink::math::Ray::valid Ray::valid@endlink, and deprecated method
43- @vdblink::math::Ray::test Ray::test@endlink.
44- - Added @vdblink::tools::composite () composite @endlink, which
45- composites data from a sparse tree into a dense array, using a
46- sparse alpha mask. Over, Add, Sub, Min, Max, Mult, and Set are
43+ and method @vdblink::math::Ray::valid() Ray::valid@endlink, and deprecated
44+ method @vdblink::math::Ray::test() Ray::test@endlink.
45+ - Added a @vdblink::tools::compositeToDense () compositeToDense @endlink tool,
46+ which composites data from a sparse tree into a dense array, using a
47+ sparse alpha mask. Over, Add, Sub, Min, Max, Mult, and Set are
4748 supported operations.
48- - Added @vdblink::tools::transformDense() transformDense@endlink, that
49- applies a point-wise functor at locations in the intersection
50- of a dense grid with a given bounding box.
49+ - Added a @vdblink::tools::transformDense() transformDense@endlink tool,
50+ which applies a functor to the value of each voxel of a dense grid
51+ within a given bounding box.
5152
5253@par
5354API changes:
@@ -73,6 +74,12 @@ API changes:
7374- Removed a number of methods that were deprecated in version 2.0.0
7475 or earlier.
7576
77+ @par
78+ Houdini:
79+ - Added a Clip SOP, which does volumetric clipping.
80+ - Added an Occlusion Mask SOP, which generates a mask of the voxels
81+ inside a camera frustum that are occluded by objects in an input grid.
82+
7683
7784@htmlonly <a name="v2_2_0_changes"></a>@endhtmlonly
7885@par
0 commit comments