blob: e3d74ab4875d961a5ad4e31c161d0638d0bd01fe (
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
41
42
43
|
<!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.6.0.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>
<hr>
<br>
<a href="../../Installer/java.policy">The Java2 (sdk, jre, plugin 1.3) policy file example to give GL4Java the necessary permissions (Click here) !</a>
<br>
<hr>
<br>
<p> <a href="Lesson1_plugin13.html">Lesson 1</a> : Lesson 1 - Setting Up OpenGL In Windows
<p> <a href="Lesson2_plugin13.html">Lesson 2</a> : Lesson 2 - Your First Polygon
<p> <a href="Lesson3_plugin13.html">Lesson 3</a> : Lesson 3 - Colors
<p> <a href="Lesson4_plugin13.html">Lesson 4</a> : Lesson 4 - Rotation
<p> <a href="Lesson5_plugin13.html">Lesson 5</a> : Lesson 5 - Solid Objects
<p> <a href="Lesson6_plugin13.html">Lesson 6</a> : Lesson 6 - Texture Mapping
<p> <a href="Lesson7_plugin13.html">Lesson 7</a> : Lesson 7 - Texture Filters, Lighting & Keyboard Control
<p> <a href="Lesson8_plugin13.html">Lesson 8</a> : Lesson 8 - Blending
<p> <a href="Lesson9_plugin13.html">Lesson 9</a> : Lesson 9 - Moving Bitmaps In 3D Space
<p> <a href="Lesson10_plugin13.html">Lesson 10</a> : Lesson 10 - Loading And Moving Through A 3D World
<p> <a href="Lesson11_plugin13.html">Lesson 11</a> : Lesson 11 - OpenGL Flag Effect
<p> <a href="Lesson12_plugin13.html">Lesson 12</a> : Lesson 12 - Display Lists
<p> <a href="Lesson16_plugin13.html">Lesson 16</a> : Lesson 16 - Cool Looking Fog
<p> <a href="Lesson18_plugin13.html">Lesson 18</a> : Lesson 18 - Quadratics
<p> <a href="Lesson19_plugin13.html">Lesson 19</a> : Lesson 19 - Particle Engine Using Triangle Strips
<br>
<br>
</body>
</html>
|