Search found 2 matches

by Raygoe
Mon Jun 30, 2008 8:30 pm
Forum: Project Announcements
Topic: New Tiled Terrain Scene Node [works with Irr 1.5]
Replies: 338
Views: 138245

I have a question too.

How hard would it be to take this and make it page the terrain?

It would have to hold some sort of file or image to contain a height map (probably a gray scale image) that when placed in the center produces some sort of terrain from the gray values. Outside that map it would ...
by Raygoe
Mon Nov 12, 2007 1:41 am
Forum: Project Announcements
Topic: New Tiled Terrain Scene Node [works with Irr 1.5]
Replies: 338
Views: 138245

Hey, great job!

One problem though... Do you know why this isn't making the terrain repeat? (It does it a few times then stops)

#include <irrlicht.h>
using namespace irr;

#include "ShTlTerrainSceneNode.h"
#include "MCamera.h"
#include "MInput.h"

int main()
{
MyEventReceiver receiver ...