newbie needing help

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
CBMFreak
Posts: 4
Joined: Fri Feb 04, 2005 8:14 am

newbie needing help

Post by CBMFreak »

Hi .. i realise that theese question might be stupid in the eyes of elite irrlicht users... but afterall.. this is supposed to be the beginners forums right? or am i mistaken?

I am using irrlicht in java through the bindenlicht binding.

And I am having some trouble...

I am playing around with the ITerrainSceneNode thing,
and I need to use the getHeight method... But apparently...
I can't create a 2d vector to supply to the calling method.

I looked at the classes... there is a 3dvectorf.class and .java file... but no 2d vector class... except for some classed with a very long name called swig something... my guess is that the 3dvector class uses the swig 3d vector class in some way... there is also a swig 2d vector class.. but i can't instantiate it in java.. none of the swig classes can be instantiated... it seems anyway... but the vector3d thing works fine when i instantiate the vector3df.class file...

then... when i use the addITerrainSceneNode... then nomatter what I do.. I always get 4 "tiles" with heightmaps that are seperated... how do I either... 1. get ONE heightmap og 2. REMOVE the "gap" between the 4 ?

Again... I realise theese questions might be a bit stupid?? but please answer them anyway... afterall.. we ALL got to start SOMEWHERE .. right???

regards from.. TSJ
Post Reply