apradhana

Results 14 issues of apradhana

Signed-off-by: Andre Pradhana

Fix fast sweeping: prune SDF value if there is a voxel containing float max or float min.

Signed-off-by: Andre Pradhana

A draft PR on supporting Half Grid in OpenVDB. The tools we are targeting are: - morphology - interpolation - ray tracing A few timings from VDB Render: | Case...

Add an example on how to write a fluid solver using the tools provided by the OpenVDB library. Here's a gif of a dam break from this FLIP implementation: ![flip_v0](https://github.com/AcademySoftwareFoundation/openvdb/assets/4682534/6848b9a8-7528-4b07-b0ed-af6e9f7bdb2a)

This is an attempt to fix NanoVDB CI. For Windows, this boils down to downgrading the CMake to `cmake 3.28`. I follow an example given on[ this page ](https://github.com/marketplace/actions/actions-setup-cmake) to...

Add TSC meeting notes from April 30, 2024. Topics: - You can use `pip` install for NanoBind, making it easier to support NanoBind dependency., - fVDB presentation. fVDB is a...

Fix NanoVDB CI: `NanoVDB` lite and on Windows: upgrade to CUDA 12.4 for Visual Studio 2022, allow use of unsecure node version, use node 16 in ax, build, docs, houdini,...

Add TSC Meeting Notes June 4th 2025.

Add more support for doing arithmetic with Vec3 types.