Java javax.media.j3d GraphicsContext3D fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d GraphicsContext3D fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d GraphicsContext3D.

The text is from its open source code.

Field

intSTEREO_LEFT
Specifies that rendering is done to the left eye.
intSTEREO_RIGHT
Specifies that rendering is done to the right eye.
intSTEREO_BOTH
Specifies that rendering is done to both eyes.

Method

voidaddLight(Light light)
Appends the specified light to this graphics context's list of lights.
voidsetAppearance(Appearance appearance)
Sets the current Appearance object to the specified Appearance component object.
voidsetModelTransform(Transform3D t)
Sets the current model transform to a copy of the specified transform.