Line3d in Winform

draxd80

05-10-2006 19:19:30

I just can`t make it show line , i`m using ogredotnet in winform does line3d work in it ?

draxd80

06-10-2006 13:48:29

huh fixed , didn`t know i got to do
myLine.drawLines();
every time I do
Root.RenderOneFrame();
RenderWindow.Update();

Mina

21-04-2007 10:08:59

i'm trying to draw some lines but i cant do it, i have put the drawlines function just where u put it, but it doesnt work either, i cant see anything

here is the code

public void Go()
{
line.drawLines();
mRoot.RenderOneFrame();
mWindow.Update();
}

where in the CreateScene function, i set the line points and attach it to a scenenode, can u tell me why it doesnt work ?? looking forward to hearing from u soon
thanks alot