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