warp.volume\_sample\_f ====================== .. function:: warp._src.lang.volume_sample_f(id: uint64, uvw: vec3f, sampling_mode: int32) -> float .. hlist:: :columns: 8 * Kernel * Python * Differentiable Sample the volume given by ``id`` at the volume local-space point ``uvw``. Interpolation should be :attr:`warp.Volume.CLOSEST` or :attr:`warp.Volume.LINEAR`.