/usr/include/tachyon/vol.h is in libtachyon-dev 0.99~b2+dfsg-0.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | /*
* vol.h - Volume rendering definitions etc.
*
* $Id: vol.h,v 1.7 2011/02/02 06:06:30 johns Exp $
*/
void * newscalarvol(void * intex, vector min, vector max,
int xs, int ys, int zs,
const char * fname, scalarvol * invol);
void LoadVol(scalarvol *);
color scalar_volume_texture(const vector *, const texture *, ray *);
|