blob: 6c0aaa24859d285d27b7936eab5ca73dbb421aca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Ron Cemer & Sven Goethel">
<meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
<title>Misc Demos</title>
</head>
<BODY LINK="#0000ff" VLINK="#800080" BGCOLOR="#e6e6ff">
<p>Here are the
<a href="http://nehe.gamedev.net/opengl.asp">NeHe OpenGL Tutorial Demos</a>
originally ported by
<a href="http://dev.knowledgeassociates.com/Hodglim/nehe/nehe.shtml">Hodglim</a>
for <B> GL4Java >= 2.8.1.0: </B> <br>
<br>
This demos have added <I>requestFocus()</I> statements,
especially for the events: <I>mouseEntered</I> and <I>mouseClicked</I> !<br>
<br>
<p><a href="index_plugin13.html">To use the Java2 Plug-In (Java2, JRE, Plug-In 1.3), click here !</a><br>
<br>
<br>
<p> <a href="Lesson1.html">Lesson 1</a> : Lesson 1 - Setting Up OpenGL In Windows
<p> <a href="Lesson2.html">Lesson 2</a> : Lesson 2 - Your First Polygon
<p> <a href="Lesson3.html">Lesson 3</a> : Lesson 3 - Colors
<p> <a href="Lesson4.html">Lesson 4</a> : Lesson 4 - Rotation
<p> <a href="Lesson5.html">Lesson 5</a> : Lesson 5 - Solid Objects
<p> <a href="Lesson6.html">Lesson 6</a> : Lesson 6 - Texture Mapping
<p> <a href="Lesson7.html">Lesson 7</a> : Lesson 7 - Texture Filters, Lighting & Keyboard Control
<p> <a href="Lesson8.html">Lesson 8</a> : Lesson 8 - Blending
<p> <a href="Lesson9.html">Lesson 9</a> : Lesson 9 - Moving Bitmaps In 3D Space
<p> <a href="Lesson10.html">Lesson 10</a> : Lesson 10 - Loading And Moving Through A 3D World
<p> <a href="Lesson11.html">Lesson 11</a> : Lesson 11 - OpenGL Flag Effect
<p> <a href="Lesson12.html">Lesson 12</a> : Lesson 12 - Display Lists
<p> <a href="Lesson16.html">Lesson 16</a> : Lesson 16 - Cool Looking Fog
<p> <a href="Lesson18.html">Lesson 18</a> : Lesson 18 - Quadratics
<p> <a href="Lesson19.html">Lesson 19</a> : Lesson 19 - Particle Engine Using Triangle Strips
<br>
<br>
</body>
</html>
|