This workspace contains the source code to demos for the Jogl package. To build the demos:
java
demos.gears.Gears
(Note: the current working directory is not
important)
The demos currently have the following hardware and software requirements:
demos.gears.Gears | none |
demos.hwShadowmapsSimple.HWShadowmapsSimple | Pbuffer support, ARB_shadow, ARB_depth_texture |
demos.infiniteShadowVolumes.InfiniteShadowVolumes | none |
demos.proceduralTexturePhysics.ProceduralTexturePhysics | Pbuffer support, ARB_vertex_program, ARB_fragment_program |
demos.vertexArrayRange.VertexArrayRange | NVidia GeForce family card. Runs on Windows and Linux (Jogl's vertex_array_range support not yet ported to Mac OS X). |
demos.vertexBufferObject.VertexBufferObject | ARB_vertex_buffer_object |
demos.vertexProgRefract.VertexProgRefract | ARB_vertex_program and either ARB_fragment_program or NV_register_combiners |
demos.vertexProgWarp.VertexProgWarp | ARB_vertex_program |