Search found 2 matches

by CodeJackk
Sun Oct 19, 2014 7:59 pm
Forum: Beginners Help
Topic: 3D Lines?
Replies: 3
Views: 574

Re: 3D Lines?

Can you show what you tried so far? Basically it's: 1. Get a videodriver (see any examples, they all use one). 2. Set the material used for linedrawing (typically a video::SMaterial with lighting disabled) 3. Reset the draw transformation before starting to draw lines (that is unless you want to ha...
by CodeJackk
Sat Oct 18, 2014 11:11 pm
Forum: Beginners Help
Topic: 3D Lines?
Replies: 3
Views: 574

3D Lines?

Hello!

So I'm trying to work out how to draw a 3D line in a circle. I cannot figure out how to work the line3d(http://irrlicht.sourceforge.net/docu/cl ... ine3d.html).

Kinda newish to C++.

Thanks for any help :)