Rendering ocean waves in 3D

Started by
0 comments, last by BigBird 24 years, 9 months ago
My problem is displaying a nice looking animation of some ocean waves (surf) in 3D. It would be preferable if the camera could zoom in and out and circle around the surf break. The system will probably be a great big particle system.
For this kind of rendering (millions of little low polygon, untexture mapped, objects) is OpenGL or Direct3D more effective, or some other API?
Advertisement
Hi,
one way is using Environmental Bump Mapping (EBM). I'm sure you've seen the screenshot from Expendable. The problem is, that only the Matrox G400 series supports it and you can't use it in software.

You need 3 maps for EBM, one texture, one bump map and one environment map. There's some information on how to implement using Direct3D on the Matrox homepage.

Bye

------------------
Skullpture Entertainment
#40842461

Graphix Coding @Skullpture Entertainmenthttp://www.skullpture.de

This topic is closed to new replies.

Advertisement