I would like to draw a 3D segment from point (x1, y1, z1) to point (x2, y2, z2) in a Irrlicht 3D scene.
I am aware of the line3d class and of this addLine3d method but I don't understand how to use them. What is this IAttributes class?
Can someone provide a minimal example of how to do draw a 3d line?
You can assume that I know how to add a Camera and draw the scene.