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.idmust identify avec3fvolume. This function is not differentiable. In kernels,volume_lookup_v()is equivalent tovolume_lookup()withdtype=warp.vec3f.See
volume_lookup()for shared behavior and a usage example.- Returns:
The resolved
warp.vec3fvoxel value.