warp.volume_store_v#

warp.volume_store_v(
id: uint64,
i: int32,
j: int32,
k: int32,
value: vec3f,
) None#
  • Kernel

Store the 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 volume_store(). This function is not differentiable.

See volume_store() for a usage example.