OpenGL Library for Delphi,
maintained by Eric Grange,
based on Mike Lischke's GLScene.

 

User Demos


User demos are created by GLScene users to showcase the GLScene capabilities and new ways to solve problems. The gallery contains both source code and Executables so anyone can give these programs a quick spin. The demos listed here all compile and run with GLScene version 1.0.0.0714. You can download all the demos all at once by downloading this 38 MByte file

image3DS Node System - By: Robert W. Date: 06 Jul 2004 Download (2.55 MB)

This demo is here to show how it's possible to create landscapes using a Terrain-Node System and saving the Landscape information. I studied this technique with Gas Powered Games Dungeon Siege and I ported it to Glscene. This is a great dome to play around with a little and create your own gaming landscapes.
 
imageAnimated Sprite - By: - Date: - Download (412 KB)

This demonstrates the use of animated sprites in GLSCene. Allmost no code required.
 
imageAnimated Texture - By: RaveniX Date: 15 Jun 2004 Download (394 KB)
This is an example of how you can apply animated textures to objects.
 
imageAnti Z Flight Shader - By: Jason Bell Date: 10 Aug 2003 Download (432 KB)

Adjusts the projection matrix prior to rendering to minimize/eliminate ZBuffer fighting. The user must provide a value to the modifier property; this adjusts the calculated camera distance to compensate for the scale/dimensions of the scene. Basically, you'll want to use a large value for a large scene and vice versa. (With thanks to Stuart Gooding)
 
imageAVI Plane - By: fig Date: 20 Jun 2005 Download (332 KB)

The traditional way to show a video in 3D is to copy the frames to a texture and apply it to the geometry. TGLAVIPlane takes a different approach. The plane contains a number of vertices depending on the width and height of the video. eg. 512x238. Each vertex corresponds to 1 pixel. Each time the video frame is updated, the colours of the vertices are changed to the appropriate colour. This may seem slower on paper, but in reality, it can be just as fast, if not faster than using textures. The demo uses VFW, not DirectShow, so you'll need the relevant VFW CODEC installed to view your videos.
 
imageBenchmark - By: Eric Grange - Date: - Download (317 KB)

Simple demo for benchmarking raw geometrical and T&L power in different modes: BuildList, Immediate, VertexArray, Static VBO and Stream VBO.
 
imageBomb - By: - Date: - Download (516 KB)

Small demo using the GLAnimatedSprite and a particle renderer to simulate the burning fuse.
 
imageBsp Culling - By: - Date: - Download (1.4 MB)

Demo using BSP culling in GLScene.
 
imageBuild_TGLFreeForm - By: - Date: - Download (388 KB)

Here goes description
 
imageBuild_TGLMesh - By: - Date: - Download (391 KB)

Here goes description
 
imageCg_BlendedTerrain - By: - Date: - Download (3 MB)

Here goes description
 
imageCg_BlinnSheen - By: - Date: - Download (669 KB)

Here goes description
 
imageCg_BumpMapping - By: - Date: - Download (864 KB)

Here goes description
 
imageCg_Grayscale - By: - Date: - Download (362 KB)

From author:
"This little demo shows how to use the GL_TEXTURE_RECT_NV extension for creating
effects applied on the screen (filters, grayscaling etc.)."
 
imageCg_Reflect - By: - Date: - Download (974 KB)

Here goes description
 
imageClockMask - By: - Date: - Download (323 KB)

Here goes description
 
imageCustomFreeForm - By: - Date: - Download (447 KB)

Here goes description
 
imageDesktop - By: - Date: - Download (308 KB)

From author:
"This sample illustrates a GLScene rendered on the desktop"
 
imageFaceVsFaceCollision - By: - Date: - Download (415 KB)

Here goes description
 
imageFifteen - By: - Date: - Download (421 KB)

Here goes description
 
imageFighting - By: - Date: - Download (819 KB)

Here goes description
 
imageFireDemo - By: - Date: - Download (330 KB)

Here goes description
 
imageFireEffect - By: - Date: - Download (421 KB)

Here goes description
 
imageFireEffects - By: - Date: - Download (384 KB)

Here goes description
 
imageFishTank - By: - Date: - Download (505 KB)

Here goes description
 
imageFlashlight - By: - Date: - Download (669 KB)

Here goes description
 
imageFPSShooting - By: - Date: - Download (675 KB)

Here goes description
 
imageGameMenu - By: - Date: - Download (322 KB)

Here goes description
 
imageGizmos - By: - Date: - Download (534 KB)

Here goes description
 
imageGLSL_BumpEarth - By: - Date: - Download (740 KB)

Here goes description
 
imageGLSL_Erosion - By: - Date: - Download (474 KB)

Here goes description
 
imageGLSL_GlassLattice - By: - Date: - Download (415 KB)

Here goes description
 
imageGLSL_Morph - By: - Date: - Download (441 KB)

Here goes description
 
imageGLSL_VideoEffects - By: - Date: - Download (491 KB)

Here goes description
 
imageGrass - By: - Date: - Download (436 KB)

Here goes description
 
imageMD3Move - By: - Date: - Download (1 MB)

Here goes description
 
imageMeshSource - By: - Date: - Download (401 KB)

Here goes description
 
imageModelFromDll - By: - Date: - Download (472 KB)

Here goes description
 
imageMultiProxy - By: - Date: - Download (318 KB)

Here goes description
 
imageObjectsMoving - By: - Date: - Download (664 KB)

Here goes description
 
imageParticleFountain - By: - Date: - Download (466 KB)

Here goes description
 
imagePointInMesh - By: - Date: - Download (471 KB)

This is an example of how a custom mesh can be filled with simple objects to recreate it's shape.
 
imageProjectedTextures - By: - Date: - Download (661 KB)

Here goes description
 
imageQ3Actor - By: - Date: - Download (999 KB)

Here goes description
 
imageRain - By: - Date: - Download (509 KB)

Here goes description
 
imageReflectionDemo - By: - Date: - Download (473 KB)

Here goes description
 
imageRTCW_Zombie - By: - Date: - Download (812 KB)

Here goes description
 
imageSelectionRect - By: - Date: - Download (364 KB)

Here goes description
 
imageShadedTerrainLab - By: - Date: - Download (533 KB)

Here goes description
 
imageSphereSweep - By: - Date: - Download (493 KB)

Here goes description
 
imageStereoRendering - By: - Date: - Download (329 KB)

Here goes description
 
imageTerrainMorphing - By: - Date: - Download (921 KB)

Here goes description
 
imageTerrainPainter - By: - Date: - Download (622 KB)

Here goes description
 
imageTextToTexture - By: - Date: - Download (318 KB)

Here goes description
 
imageTexture3D - By: - Date: - Download (936 KB)

Here goes description
 
imageUvMapping - By: - Date: - Download (421 KB)

Here goes description
 
imageWave - By: - Date: - Download (442 KB)

Here goes description
 
imageWeatherEffects - By: - Date: - Download (345 KB)

Here goes description
 


Under construction...

  Attachment Size Date Added
    
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.2442 seconds