openvdb icon indicating copy to clipboard operation
openvdb copied to clipboard

OpenVDB - Sparse volume data structure and tools

Results 249 openvdb issues
Sort by recently updated
recently updated
newest added

### Environment **Operating System:** Ubuntu 22.04 **Version / Commit SHA:** OpenVDB 10.0.0 **CMake Version:** 3.22.1 **Compiler:** C++ 17 ### Describe the problem A lot of undefined references, some of them...

Pros: - Nix is the largest and most up to date package manager [repology.org]. Nix is multi-language and works on any Unix system, it wraps existing CMake infrastructure cleanly and...

### Is your feature request related to a problem? Please describe. Currently, it is not possible to define and call user functions from OpenVDB AX programs, where by 'user function'...

enhancement

### Environment **Operating System:** Windows 11 **Version / Commit SHA:** VDB 8.1.1, SHA: 4a186c2 **Other:** MSVC 19.29.30148.0, C++11 ### Describe the bug The NanoVDB viewer failed to render correctly with...

bug
nanovdb

Currently, the logging.h header checks the LOG4CPLUS_VERSION macro to determine whether to use std::auto_ptr or std::unique_ptr. However, the LOG4CPLUS_VERSION macro is defined in log4cplus/version.h, which is not explicitlyincluded from logging.h....

New Features: - OpenVDB now includes a copy of Agner Fog's VectorClass Library (VCL) for the use of generically wrapped SIMD intrinsics throughout the core library. VCL supports intel ISA...

### Environment **Operating System:** (e.g. Windows 11) **Version / Commit SHA:** (e.g Latest VDB that comes with Houdini 19.5) **Other:** (e.g compiler, C++ standard etc.) ### Describe the bug VDB...

bug

Greetings, I'm one of the people who is in charge of [packaging OpenVDB](https://ports.macports.org/port/openvdb/details/) for the [MacPorts package management system](https://www.macports.org/). In the course of updating our package, I noticed that your...

### Environment Linux Ubuntu 22.04 OpenVDB 10.0.1 ### Describe the bug When doing velocity extension using FastSweeping, e.g. via `openvdb::tools::sdfToExt`, the velocity extension grid will use an identity transform, instead...

bug

Hi! It seems that the way `mDelta` is currently initialized for `nanovdb::DDA` doesn't take the step size `Dim` into account. This would cause a mismatch between `mStep` and `mDelta` and...