/* Call something like this: "povray +Itemplate.pov template.ini" The frame of the VCV is created in "frame.pov" The scene is defined in "scene.pov" */ /* Distance from center Normally this would be +- 30 (mm), the frame and scene are in units of mm */ #declare EYESEP = 0; /* Which wall, 0..7 */ #declare WHICHWALL = clock; /* Include the frame and scene files Include other things as necessary */ #include "frame.pov" #include "scene.pov"