From 5cabf21eff8179c3bb91b6525dd13a588a00da68 Mon Sep 17 00:00:00 2001 From: eteq Date: Thu, 27 Jul 2006 22:39:53 +0000 Subject: initial upload of lighting package and javadocs git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@3 83d24430-9974-4f80-8418-2cc3294053b9 --- .../lighting/class-use/LightingException.html | 341 +++++++++++++++++++++ 1 file changed, 341 insertions(+) create mode 100644 doc/javadoc/net/java/joglutils/lighting/class-use/LightingException.html (limited to 'doc/javadoc/net/java/joglutils/lighting/class-use/LightingException.html') diff --git a/doc/javadoc/net/java/joglutils/lighting/class-use/LightingException.html b/doc/javadoc/net/java/joglutils/lighting/class-use/LightingException.html new file mode 100644 index 0000000..bcd590d --- /dev/null +++ b/doc/javadoc/net/java/joglutils/lighting/class-use/LightingException.html @@ -0,0 +1,341 @@ + + + + + + +Uses of Class net.java.joglutils.lighting.LightingException + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
net.java.joglutils.lighting.LightingException

+
+ + + + + + + + + +
+Packages that use LightingException
net.java.joglutils.lighting  
+  +

+ + + + + +
+Uses of LightingException in net.java.joglutils.lighting
+  +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Methods in net.java.joglutils.lighting that throw LightingException
+ voidMaterial.apply() + +
+          Sets the state on the attached OpenGL Context to match this Material.
+ voidLight.apply(javax.media.opengl.GL gl) + +
+          Applies the settings on this Light to the specified OpenGL context, + using the light number stored in the Light.
+ voidLight.apply(javax.media.opengl.GL gl, + int lightNumber) + +
+          Applies the settings on this Light to the specified OpenGL context, + using the requested light number.
+ voidMaterial.applyGlobalAmbient(java.awt.Color ambient) + +
+          Sets the light model parameter GL_LIGHT_MODEL_AMBIENT for the attached GL context.
+ voidLight.disable(javax.media.opengl.GL gl) + +
+          Disables the light number stored in this Light on the specified OpenGL Context.
+ voidLight.disable(javax.media.opengl.GL gl, + int lightNumber) + +
+          Disables the requested light on the specified OpenGL Context.
+ voidLight.enable(javax.media.opengl.GL gl) + +
+          Enables the light number stored in this Light on the specified OpenGL Context.
+ voidLight.enable(javax.media.opengl.GL gl, + int lightNumber) + +
+          Enables the requested light on the specified OpenGL Context.
+ java.awt.ColorMaterial.getGlobalAmbient() + +
+          Retrieves the GL_LIGHT_MODEL_AMBIENT color from the attached OpenGL context.
+static intLight.idToNum(int lightID) + +
+          Converts the specified OpenGL light ID number to a number
+static intLight.numToID(int lightNum) + +
+          Determines the OpenGL ID for the specified light number
+ voidMaterial.retrieve() + +
+          Sets this Material object from the attached OpenGL state.
+ voidLight.retrieve(javax.media.opengl.GL gl) + +
+          Reconfigures the settings on this Light from the state of the specified + OpenGL context, using the light number stored in the Light.
+ voidLight.retrieve(javax.media.opengl.GL gl, + int lightNumber) + +
+          Reconfigures the settings on this Light from the state of the specified + OpenGL context, using the requested light number.
+ voidLight.setAttachedGL(javax.media.opengl.GL gl) + +
+          Attached the specified OpenGL context to this object
+ voidMaterial.setFace(int face) + +
+          Specifies the face for subsequent apply method calls to apply and retrieve the material settings.
+ voidLight.setLightID(int lightID) + +
+          Sets the OpenGL light to use in subsequent method calls from a GL identifier
+ voidLight.setLightNumber(int lightNumber) + +
+          Sets the number of the OpenGL light to use in subsequent method calls
+  +

+ + + + + + + + + + + +
Constructors in net.java.joglutils.lighting that throw LightingException
Light(javax.media.opengl.GL gl) + +
+          Creates a new instance of Light with default settings attached to the specified GL Context
Light(javax.media.opengl.GL gl, + int lightNumber) + +
+          Creates a new instance of Light with default settings attached to the specified GL Context with an explicit light number
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3