summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAllen Akin <akin@users.sourceforge.net>2000-02-15 02:11:33 +0000
committerAllen Akin <akin@users.sourceforge.net>2000-02-15 02:11:33 +0000
commit4523d909dae7a67e9b2771dadc1db6deacb9aee0 (patch)
treefbd2730936bbc9bb1681eb62d0000f66d3c786ec /doc
parent2637b7ce3c78e11d34c877bbcd288c8c65642203 (diff)
Fixed a few nits.
Diffstat (limited to 'doc')
-rw-r--r--doc/html/state.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/state.html b/doc/html/state.html
index 1c58929..2736d27 100644
--- a/doc/html/state.html
+++ b/doc/html/state.html
@@ -78,7 +78,7 @@ keep a copy of the OpenGL spec handy for detailed questions.
</td>
</tr>
<tr>
- <td><a name="DrawGometry">Draw Geometry</a></td>
+ <td><a name="DrawGeometry">Draw Geometry</a></td>
<td><a href="#CommonDrawing">Set Common Drawing State</a>
<br><a href="#SetRasterization">Set Rasterization Options</a>
<br><code>ShadeModel({SMOOTH,FLAT})</code>
@@ -330,7 +330,7 @@ keep a copy of the OpenGL spec handy for detailed questions.
<br><code>Enable/Disable(COLOR_MATERIAL)</code>
</td>
<td>
- <strong>face</strong>: <code>FRONT, BACK, FRONT_AND_BACK</code>
+ <code>face: FRONT, BACK, FRONT_AND_BACK</code>
<p><table>
<tr><td><strong>Name</strong></td><td><strong>Values</strong></td></tr>
<tr><td><code>AMBIENT</code></td><td>4</td></tr>
@@ -341,7 +341,7 @@ keep a copy of the OpenGL spec handy for detailed questions.
<tr><td><code>SHININESS</code></td><td>1</td></tr>
<tr><td><code>COLOR_INDEXES</code></td><td>3 (a, d, s)</td></tr>
</table>
- <br><strong>mode</strong>: <code>EMISSION, AMBIENT, DIFFUSE,
+ <br><code>mode: EMISSION, AMBIENT, DIFFUSE,
SPECULAR, AMBIENT_AND_DIFFUSE</code>
</td>
</tr>