
Originally Posted by
John Houghton
Dorin, In the cross eye variant, the left image seems stretched horizontally for some reason. It makes for uncomfortable viewing.
John
A second reply to this, thanks to fiero, with the latest DevalVR 0,7,5,6 one can use a single .mov wich can be display with the desired frame offset in a particular DevalVR window (left or right)
left.dvl
Code:
(pano)
{
type=mov;
file=adidas.mov;
}
right.dvl
Code:
(pano)
{
type=mov;
file=adidas.mov;
offsetxobject=-1;
}
this should work properly now.
http://dorin.devalvr.com/dxn_OM/adid...crosseye2.html
Dorin