why does draw3dline() show nothing?

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
wuallen
Posts: 67
Joined: Thu Jan 25, 2007 3:07 am
Location: Shanghai

why does draw3dline() show nothing?

Post by wuallen »

I used draw3dline(), there was no effect. How to draw a line from A vector to B vector?
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Re: why does draw3dline() show nothing?

Post by greenya »

Make sure you set right Material, right Transformation and there is a camera.
Post Reply