Terrain engine

Started by
1 comment, last by jollyjeffers 18 years, 9 months ago
Anyone knows any small open-source terrain engine based on Direct3D (9)?
Advertisement
Reaver, Howsit :)
How are you doing?
Well I don't know if this would help anyone but here is my classes that I did last year for a simple terrain.

C#
C# Terrain class + QuadTree

c+
c++ Terrain class

You can grab snippits from it and use it in your own source, The class as a whole might not be very usefull but with a few adjustments might just be what you want to play around with. Sorry if the code is a bit messy. I did these quite awhile ago.
There's quite a good list here, but none of them seem to explicitly state Direct3D as the renderer. Still, you might well find something useful by having a look through or following links from [smile]

hth
Jack

<hr align="left" width="25%" />
Jack Hoxley <small>[</small><small> Forum FAQ | Revised FAQ | MVP Profile | Developer Journal ]</small>

This topic is closed to new replies.

Advertisement