Usage: AimsVolumeToTexture.py [options]

Project volume voxels valus on a mesh into a texture. Each vertex simply gets
the volume value at its position.

Options:
  -h, --help            show this help message and exit
  -i INPUT, --input=INPUT
                        input volume
  -m MESH, --mesh=MESH  mesh file
  -o OUTPUT, --output=OUTPUT
                        output texture file
  -t TRANSFORM, --transform=TRANSFORM
                        optional transformation file between the volume and
                        mesh spaces
