warp.volume\_store\_v ===================== .. function:: warp._src.lang.volume_store_v(id: uint64, i: int32, j: int32, k: int32, value: vec3f) -> None .. hlist:: :columns: 8 * Kernel Store the :class:`warp.vec3f` ``value`` at the voxel with integer index-space coordinates ``i``, ``j``, ``k``. ``id`` must identify a ``vec3f`` volume, and the coordinate must have leaf-level storage. The call does not allocate storage or activate voxels. See :func:`~warp.volume_store`. This function is not differentiable. See :func:`~warp.volume_store` for a usage example.