Perlin Noise heightmaps and ROAMing

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
RayOfAsh
Posts: 56
Joined: Wed Dec 24, 2003 4:08 am
Location: San Diego
Contact:

Perlin Noise heightmaps and ROAMing

Post by RayOfAsh »

How would I implement Perlin noise (for heightmap textures) and ROAMing into IrrLicht?
Image
bitplane
Admin
Posts: 3204
Joined: Mon Mar 28, 2005 3:45 am
Location: England
Contact:

Post by bitplane »

there's a perlin noise clouds texture generator here in the forums somewhere.
as for a roam-terrain, irrlicht's is a geomipmap terrain node so you'd have to write your own terrain from scratch.
Submit bugs/patches to the tracker!
Need help right now? Visit the chat room
Post Reply