Re: [Plib-users] Water waves
Brought to you by:
sjbaker
From: Steve B. <sjb...@ai...> - 2002-11-29 15:39:27
|
Alf Inge Iversen wrote: > I am currently evaluating different APIs for 3D graphics, and have found > PLIB very interesting. One of the interesting features is its ability to > generate water waves. > > The wave functionality is though a bit simple, and I wonder if someone in > the PLIB project is working on methods to generate circular or curved > waves, to simulate waves caused by an object dropped into the water. I have definite plans to do that (and also to deal with the V-shaped 'wake' left by an object being dragged through the water) - the idea would be to have new 'wave train' objects derived from the basic wave train class - containing different 'update' methods. The water model also needs it's own intersection test routines...the present ones that it inherits from the vertex table class are hopelessly inefficient. ---------------------------- Steve Baker ------------------------- HomeEmail: <sjb...@ai...> WorkEmail: <sj...@li...> HomePage : http://web2.airmail.net/sjbaker1 Projects : http://plib.sf.net http://tuxaqfh.sf.net http://tuxkart.sf.net http://prettypoly.sf.net |