Package jgl.glj3d
Class GLJ3DGeometry
java.lang.Object
jgl.glj3d.GLJ3DGeometry
GLJ3DGeometry is the Java3d geometry like class of JavaGL 2.2.
- Version:
- 0.1, 20 Jan 2000
- Author:
- Robin Bing-Yu Chen
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final void
drawColorCube
(GL JavaGL, double scale) Draws a color cube with the specified scale.
-
Constructor Details
-
GLJ3DGeometry
public GLJ3DGeometry()
-
-
Method Details
-
drawColorCube
Draws a color cube with the specified scale. The corners of the color cube are [-scale,-scale,-scale] and [scale,scale,scale].- Parameters:
JavaGL
- the JavaGL instancescale
- the scale of the cube
-