Skip to content

Commit a79df2f

Browse files
committed
OpenVDB 5.2.0
1 parent 566ffa6 commit a79df2f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

openvdb/CHANGES

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
OpenVDB Version History
22
=======================
33

4-
Version 5.2.0 - In development
4+
Version 5.2.0 - August 13, 2018
55

66
New features:
77
- Added tools to advect points stored in point data grids
88
through velocity fields.
99
[Contributed by Dan Bailey]
10+
- For point data grids, voxel data can now be prefetched independently
11+
of position or other attributes.
12+
[Contributed by Dan Bailey]
1013
- Added tools to sample voxel values onto points stored in
1114
point data grids.
1215
[Contributed by Double Negative]

openvdb/doc/changes.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@
44

55
@htmlonly <a name="v5_2_0_changes"></a>@endhtmlonly
66
@par
7-
<B>Version 5.2.0</B> - <I>In development</I>
7+
<B>Version 5.2.0</B> - <I>August 13, 2018</I>
88

99
@par
1010
New features:
1111
- Added @link points/PointAdvect.h tools@endlink to advect points
1212
stored in point data grids through velocity fields.
1313
<I>[Contributed&nbsp;by&nbsp;Dan&nbsp;Bailey]</I>
14+
- For point data grids, voxel data can now be
15+
@vdblink::points::prefetch() prefetched@endlink independently of
16+
position or other attributes.
17+
<I>[Contributed&nbsp;by&nbsp;Dan&nbsp;Bailey]</I>
1418
- Added @link points/PointSample.h tools@endlink to sample voxel values
1519
onto points stored in point data grids.
1620
<I>[Contributed&nbsp;by&nbsp;Double&nbsp;Negative]</I>

0 commit comments

Comments
 (0)