#ifndef VOLUME_SOURCE_STRUCT_H #define VOLUME_SOURCE_STRUCT_H #include "rtsCamera.h" struct VolumeSource { string Name; rtsCamera S; //GLSL attach points float pos[3]; }; #endif