- Member AttributeArray::compress ()=0
- Previously this compressed the attribute array, now it does nothing.
- Member AttributeArray::decompress ()=0
- Previously this uncompressed the attribute array, now it does nothing.
- Member AttributeArray::isCompressed () const
- Previously this returned
true
if the array was compressed, now it always returns false
.
- Member AttributeArray::set (const Index n, const AttributeArray &sourceArray, const Index sourceIndex)=0
- From ABI 6 on, use copyValues() with source-target index pairs.
- Class IllegalValueException
- Use ValueError instead.
- Member openvdb::v6_0::tools::fillWithSpheres (const GridT &grid, std::vector< openvdb::Vec4s > &spheres, int maxSphereCount, bool overlapping, float minRadius, float maxRadius, float isovalue, int instanceCount, InterrupterT *interrupter)
- Use the sphereCount overload instead.
- Member openvdb::v6_0::tools::fillWithSpheres (const GridT &grid, std::vector< openvdb::Vec4s > &spheres, int maxSphereCount, bool overlapping, float minRadius, float maxRadius, float isovalue, int instanceCount, InterrupterT *interrupter)
- Use the sphereCount overload instead.