28package com.jogamp.opengl.util.stereo;
30import com.jogamp.math.FloatUtil;
31import com.jogamp.opengl.GLAutoDrawable;
32import com.jogamp.opengl.GLEventListener;
33import com.jogamp.opengl.util.CustomGLEventListener;
Constant single eye parameter of the viewer, relative to its ViewerPose.
position and orientation of viewer.
A higher-level abstraction than GLDrawable which supplies an event based mechanism (GLEventListener) ...
Extended GLEventListener interface supporting more fine grained control over the implementation.
Extended GLEventListener and CustomGLEventListener interface supporting stereoscopic client rendering...
void reshapeForEye(final GLAutoDrawable drawable, final int x, final int y, final int width, final int height, final EyeParameter eyeParam, final ViewerPose viewerPose)
Stereo capable specialization of reshape(GLAutoDrawable, int, int, int, int) for one StereoDeviceRend...