diff options
Diffstat (limited to 'doc/javadoc/net/java/joglutils/lighting/class-use')
6 files changed, 50 insertions, 10 deletions
diff --git a/doc/javadoc/net/java/joglutils/lighting/class-use/ColorButton.html b/doc/javadoc/net/java/joglutils/lighting/class-use/ColorButton.html index 859b29e..231cc28 100644 --- a/doc/javadoc/net/java/joglutils/lighting/class-use/ColorButton.html +++ b/doc/javadoc/net/java/joglutils/lighting/class-use/ColorButton.html @@ -2,7 +2,7 @@ <!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.5.0_06) on Thu Jul 27 17:37:10 CDT 2006 -->
+<!-- Generated by javadoc (build 1.5.0_06) on Thu Aug 17 01:51:23 CDT 2006 -->
<TITLE>
Uses of Class net.java.joglutils.lighting.ColorButton
</TITLE>
diff --git a/doc/javadoc/net/java/joglutils/lighting/class-use/Light.html b/doc/javadoc/net/java/joglutils/lighting/class-use/Light.html index 34b8df3..abf52ea 100644 --- a/doc/javadoc/net/java/joglutils/lighting/class-use/Light.html +++ b/doc/javadoc/net/java/joglutils/lighting/class-use/Light.html @@ -2,7 +2,7 @@ <!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.5.0_06) on Thu Jul 27 17:37:10 CDT 2006 -->
+<!-- Generated by javadoc (build 1.5.0_06) on Thu Aug 17 01:51:23 CDT 2006 -->
<TITLE>
Uses of Class net.java.joglutils.lighting.Light
</TITLE>
diff --git a/doc/javadoc/net/java/joglutils/lighting/class-use/LightPanel.html b/doc/javadoc/net/java/joglutils/lighting/class-use/LightPanel.html index 5416250..8263521 100644 --- a/doc/javadoc/net/java/joglutils/lighting/class-use/LightPanel.html +++ b/doc/javadoc/net/java/joglutils/lighting/class-use/LightPanel.html @@ -2,7 +2,7 @@ <!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.5.0_06) on Thu Jul 27 17:37:10 CDT 2006 -->
+<!-- Generated by javadoc (build 1.5.0_06) on Thu Aug 17 01:51:23 CDT 2006 -->
<TITLE>
Uses of Class net.java.joglutils.lighting.LightPanel
</TITLE>
diff --git a/doc/javadoc/net/java/joglutils/lighting/class-use/LightingException.html b/doc/javadoc/net/java/joglutils/lighting/class-use/LightingException.html index bcd590d..70874ac 100644 --- a/doc/javadoc/net/java/joglutils/lighting/class-use/LightingException.html +++ b/doc/javadoc/net/java/joglutils/lighting/class-use/LightingException.html @@ -2,7 +2,7 @@ <!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.5.0_06) on Thu Jul 27 17:37:10 CDT 2006 -->
+<!-- Generated by javadoc (build 1.5.0_06) on Thu Aug 17 01:51:23 CDT 2006 -->
<TITLE>
Uses of Class net.java.joglutils.lighting.LightingException
</TITLE>
@@ -120,7 +120,7 @@ Uses of <A HREF="../../../../../net/java/joglutils/lighting/LightingException.ht <TD><CODE><B>Light.</B><B><A HREF="../../../../../net/java/joglutils/lighting/Light.html#apply(javax.media.opengl.GL)">apply</A></B>(javax.media.opengl.GL gl)</CODE>
<BR>
- Applies the settings on this Light to the specified OpenGL context, + Applies the settings on this Light to the specified OpenGL context, using the light number stored in the Light.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -130,7 +130,7 @@ Uses of <A HREF="../../../../../net/java/joglutils/lighting/LightingException.ht int lightNumber)</CODE>
<BR>
- Applies the settings on this Light to the specified OpenGL context, + Applies the settings on this Light to the specified OpenGL context, using the requested light number.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -193,6 +193,22 @@ Uses of <A HREF="../../../../../net/java/joglutils/lighting/LightingException.ht </TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static void</CODE></FONT></TD>
+<TD><CODE><B>Light.</B><B><A HREF="../../../../../net/java/joglutils/lighting/Light.html#initializePhongShader()">initializePhongShader</A></B>()</CODE>
+
+<BR>
+ Initializes Phong shading mode for this Light (instead of the fixed functionality Gouraud shading) on the current OpenGL context.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static void</CODE></FONT></TD>
+<TD><CODE><B>Light.</B><B><A HREF="../../../../../net/java/joglutils/lighting/Light.html#initializePhongShader(javax.media.opengl.GL)">initializePhongShader</A></B>(javax.media.opengl.GL gl)</CODE>
+
+<BR>
+ Initializes Phong shading mode for this Light (instead of the fixed functionality Gouraud shading).</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static int</CODE></FONT></TD>
<TD><CODE><B>Light.</B><B><A HREF="../../../../../net/java/joglutils/lighting/Light.html#numToID(int)">numToID</A></B>(int lightNum)</CODE>
@@ -201,6 +217,22 @@ Uses of <A HREF="../../../../../net/java/joglutils/lighting/LightingException.ht </TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static void</CODE></FONT></TD>
+<TD><CODE><B>Light.</B><B><A HREF="../../../../../net/java/joglutils/lighting/Light.html#removePhongShader()">removePhongShader</A></B>()</CODE>
+
+<BR>
+ Removes the Phong Shader program from the current GL Context</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static void</CODE></FONT></TD>
+<TD><CODE><B>Light.</B><B><A HREF="../../../../../net/java/joglutils/lighting/Light.html#removePhongShader(javax.media.opengl.GL)">removePhongShader</A></B>(javax.media.opengl.GL gl)</CODE>
+
+<BR>
+ Removes the Phong Shader program from the specified GL Context</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Material.</B><B><A HREF="../../../../../net/java/joglutils/lighting/Material.html#retrieve()">retrieve</A></B>()</CODE>
@@ -213,7 +245,7 @@ Uses of <A HREF="../../../../../net/java/joglutils/lighting/LightingException.ht <TD><CODE><B>Light.</B><B><A HREF="../../../../../net/java/joglutils/lighting/Light.html#retrieve(javax.media.opengl.GL)">retrieve</A></B>(javax.media.opengl.GL gl)</CODE>
<BR>
- Reconfigures the settings on this Light from the state of the specified + Reconfigures the settings on this Light from the state of the specified OpenGL context, using the light number stored in the Light.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -223,7 +255,7 @@ Uses of <A HREF="../../../../../net/java/joglutils/lighting/LightingException.ht int lightNumber)</CODE>
<BR>
- Reconfigures the settings on this Light from the state of the specified + Reconfigures the settings on this Light from the state of the specified OpenGL context, using the requested light number.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
@@ -258,6 +290,14 @@ Uses of <A HREF="../../../../../net/java/joglutils/lighting/LightingException.ht <BR>
Sets the number of the OpenGL light to use in subsequent method calls</TD>
</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE> void</CODE></FONT></TD>
+<TD><CODE><B>Light.</B><B><A HREF="../../../../../net/java/joglutils/lighting/Light.html#setPhongShaded(boolean)">setPhongShaded</A></B>(boolean usePhongShading)</CODE>
+
+<BR>
+ Sets if phong per-fragment shading (as opposed to fixed-functionality per-vertex shading) is to be used with this Light.</TD>
+</TR>
</TABLE>
<P>
diff --git a/doc/javadoc/net/java/joglutils/lighting/class-use/Material.html b/doc/javadoc/net/java/joglutils/lighting/class-use/Material.html index 11a5712..d0bd9f3 100644 --- a/doc/javadoc/net/java/joglutils/lighting/class-use/Material.html +++ b/doc/javadoc/net/java/joglutils/lighting/class-use/Material.html @@ -2,7 +2,7 @@ <!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.5.0_06) on Thu Jul 27 17:37:10 CDT 2006 -->
+<!-- Generated by javadoc (build 1.5.0_06) on Thu Aug 17 01:51:23 CDT 2006 -->
<TITLE>
Uses of Class net.java.joglutils.lighting.Material
</TITLE>
diff --git a/doc/javadoc/net/java/joglutils/lighting/class-use/MaterialPanel.html b/doc/javadoc/net/java/joglutils/lighting/class-use/MaterialPanel.html index 059fe53..dcc52ce 100644 --- a/doc/javadoc/net/java/joglutils/lighting/class-use/MaterialPanel.html +++ b/doc/javadoc/net/java/joglutils/lighting/class-use/MaterialPanel.html @@ -2,7 +2,7 @@ <!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.5.0_06) on Thu Jul 27 17:37:10 CDT 2006 -->
+<!-- Generated by javadoc (build 1.5.0_06) on Thu Aug 17 01:51:23 CDT 2006 -->
<TITLE>
Uses of Class net.java.joglutils.lighting.MaterialPanel
</TITLE>
|