PDA

View Full Version : non-polygonal collision detection using opengl



Georgy
02-20-2008, 05:33 AM
I've developed small demo. It demonstrates interesting collision detection and collision response method: using many glReadPixels captured z-buffer images to represent 3D scene as 2d-layers of height data (pre-rendered). In this way we can use easy and fast 2d collision detection and response algorithms in full featured 3d world. I want to discuss about and improve this technique.

DOWNLOAD: http://www.igrodel.ru/upload/myengine-2008-2-20.zip (771kb) Delphi source included. Run example1.

SCREENSHOTS:
http://www.igrodel.ru/upload/cdnr2alpha-2008-2-5-1.jpg http://www.igrodel.ru/upload/cdnr2alpha-2008-2-5-2.jpg

Georgy
03-21-2008, 07:01 AM
slightly improved version released

http://www.igrodel.ru/tdg3d/tdg-7.jpg

http://www.igrodel.ru/tdg3d/tdg-6.jpg

full source code released
(http://www.igrodel.ru/tdg3d/)