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

 

Oldest known version of this page was edited on 2006-10-08 04:16:29 by skinhat []
Page view:

Basic Demos - Physics


The demos discussed here are installed as part of the GLScene library. Demos are about physics with GLScene such as ODE.

imageCloth Actor - By: Unknown Date: Unknown
Uses TGLDirectOpenGL to warp a cloak worn by the model trinity.
Has verlet cloth simulation and verlet constraints controlled by an actor's skeleton.
Verlet physics is used to simulate a cloth-like effect on a mesh. Trinity in a cape.

CVS:
CVS/Demos/physics/clothactor
 


imageClothify - By: Unknown Date: Unknown
Uses TGLDirectOpenGL to warp trinity as shes dropped onto steps.
Uses verletassembly to simulate cloths / jellies.
GLVerletClothify is used to to create a freeform/actor into a jelly / cloth.

CVS:
CVS/Demos/physics/Clothify
 


imageFur Ball - By: Unknown Date: Unknown
Models a ball made of fur (using TGLLines) moving through space.
Uses Verlet Hair with ODE- Fur Balls.
This determines friction

CVS:
CVS/Demos/physics/FurBall
 


imageMachine - By: Unknown Date: Unknown
Demonstrates TGLODEManager to create complex dynamics objects.
Using joints to connect several objects.

CVS:
CVS/Demos/physics/machine
 


imageODE Terrain - By: Unknown Date: Unknown
Objects are dropped onto a terrain and they bounce. Uses TGLODEManager to simulate gravity.
Gets the TGLODEManager and GLTerrainRenderer talking.
Use '1' -> '5' keys to drop objects onto Terrain.

CVS:
CVS/Demos/physics/odeterrain
 


imageSimple - By: Unknown Date: Unknown
Objects are dropped onto a plane or height field and they move as though there is gravity. Uses TGLODEManager to simulate gravity.

CVS:
CVS/Demos/physics/simple
 




  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.1026 seconds