File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
openvdb_houdini/openvdb_houdini/reference Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1717 */
1818
1919
20- // Using the native OpenVDB Primitive shipped with Houdini is strongly recommended,
21- // as there is no guarantee that this code will be kept in sync with Houdini.
22- // However, for debugging it can be useful, so supply -DSESI_OPENVDB_PRIM to
23- // the compiler to build this custom primitive.
20+ // Using the native OpenVDB Primitive shipped with Houdini is strongly
21+ // recommended, as there is no guarantee that this code will be kept in sync
22+ // with Houdini.
23+ // This code is provided to help ensure algorithms in the provided SOPs
24+ // can be re-implemented by revealing the otherwise the hidden implementations.
25+ // It is possible to replace Houdini's GU_PrimVDB with this, but no
26+ // official support for that remains.
2427
2528#if !defined(SESI_OPENVDB) && !defined(SESI_OPENVDB_PRIM)
2629
Original file line number Diff line number Diff line change 1818
1919#include < UT/UT_Version.h>
2020
21- // Using the native OpenVDB Primitive shipped with Houdini is strongly recommended,
22- // as there is no guarantee that this code will be kept in sync with Houdini.
23- // However, for debugging it can be useful, so supply -DSESI_OPENVDB_PRIM to
24- // the compiler to build this custom primitive.
21+ // Using the native OpenVDB Primitive shipped with Houdini is strongly
22+ // recommended, as there is no guarantee that this code will be kept in sync
23+ // with Houdini.
24+ // This code is provided to help ensure algorithms in the provided SOPs
25+ // can be re-implemented by revealing the otherwise the hidden implementations.
26+ // It is possible to replace Houdini's GU_PrimVDB with this, but no
27+ // official support for that remains.
2528
2629#if !defined(SESI_OPENVDB) && !defined(SESI_OPENVDB_PRIM)
2730
You can’t perform that action at this time.
0 commit comments