« Return to Thread: Canvas3D image drawn with an offset in Mac OS X

Re: Canvas3D image drawn with an offset in Mac OS X

by java3d-interest :: Rate this Message:

Reply to Author | View in Thread

I found out what the problem was. I was request an Stereo enabled Canvas3D using the following:

GraphicsConfigTemplate3D template = new GraphicsConfigTemplate3D();
template.setStereo(GraphicsConfigTemplate.PREFERRED);
Canvas3D canvas = new Canvas3D(config);

I commented out the 2nd line and my graph is now centered. I guess in Mac OS, even though it had no stereo capability it still tried to draw one eye image but left out the other eye.
[Message sent by forum member 'runiter' (runiter)]

http://forums.java.net/jive/thread.jspa?messageID=354701

---------------------------------------------------------------------
To unsubscribe, e-mail: interest-unsubscribe@...
For additional commands, e-mail: interest-help@...

 « Return to Thread: Canvas3D image drawn with an offset in Mac OS X