Create a new TXT file, for example cube.txt, and write this:
Code:
(pano)
{
type=CUBIC;
file="front.jpg, right.jpg, back.jpg, left.jpg, top.jpg, bottom.jpg";
zoom=0.7;
rot=10,-45;
}
With "zoom" and "rot" you can set the initial view.
Now you can open cube.txt with the viewer.
regards!