openvdb icon indicating copy to clipboard operation
openvdb copied to clipboard

OpenVDB - Sparse volume data structure and tools

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

### Environment **Operating System:** Ubuntu 22.04 **Version / Commit SHA:** feature/fVDB **CMake Version:** 3.22.1 **Compiler:** gcc 11.4.0 ### Describe the problem When I try to run python setup.py develop or...

fvdb

build_requirements.txt requires: torch >= 2.2.0+cu121 build_environment.yml requires: pytorch::pytorch=2.4.0

bug
fvdb

These days, systems with 100+ hardware threads are increasingly common, but TBB performance on such systems is atrocious; it is particularly bad on non-x86 systems with more advanced memory models...

enhancement

### Describe the bug The functions `cwiseAdd`, `cwiseLessThan` and `cwiseGreaterThan` in `openvdb/math/Math.h` should only be enabled for POD types, but are not guarded, so they break when grids with non-POD...

bug

### Is your feature request related to a problem? Please describe. I'm using OpenVDB in a larger project that builds with `-fno-rtti` (no RTTI) as a matter of policy. I...

enhancement

``` pkg-config --cflags /usr/lib64/pkgconfig/libpng16.pc -I/usr/include/libpng16 ``` a patch like this would fix it. Edit: patch updated as --libs from the pkg-config is also ignored. ``` Index: openvdb-12.0.0/openvdb_cmd/vdb_tool/CMakeLists.txt =================================================================== --- openvdb-12.0.0.orig/openvdb_cmd/vdb_tool/CMakeLists.txt...

Thanks for the great work. I had two questions: 1- Is it possible to add/aggregate VDB Tensors such that voxels that coincide are averaged or aggregated using an arbitrary function...

fvdb

### Environment **Operating System:** ubuntu cluster, using conda enviroment. **Version / Commit SHA:** 7496bfa45cd6f190a27a7c69aca6f6435051a99a **CMake Version:** 3.29.4 **Compiler:** gcc 11.2.0, nvcc V12.1.105 ### Describe the problem ``` [52/93] /scratch/work/krahnm1/.conda_envs/xcube/bin/nvcc --generate-dependencies-with-compile...

fvdb

I am trying to convert a `openvdb::FloatGrid` to a nanovdb grid on the GPU. From the examples I gathered that I should use a `nanovdb::cuda::DeviceBuffer` and then the `.deviceUpload(stream, sync)`...

### Environment Windows 10, x64 VisualStudio 2022. CMake 4.0.2 ### Describe the bug CMake can not detect the TBB package. OpenVDB provides `cmake\FindTBB.cmake` which is not finding TBB At least...

bug