warp.volume_lookup_v#
- warp.volume_lookup_v( ) vec3f#
Kernel
Python
Return the
warp.vec3fvalue of the voxel at integer index-space coordinatesi,j,k, without interpolation.Returns the resolved NanoVDB value (see
volume_lookup()); the result is0ifidis not avec3fvolume. Not differentiable. In kernels, equivalent tovolume_lookup()withdtype=warp.vec3f.See
volume_lookup()for a usage example.