Page 2 of 2

Posted: Sun Dec 31, 2006 9:00 pm
by Acki
Yeah, that's right !!!!! ;)

Posted: Sun Mar 18, 2007 10:34 am
by FumarMata
Just to help other beginners like me:

[quote="Acki"]No, you can't change the radius of a 3DLine !!![/quote]

Yes, you can change the radius of a 3DLine. The right name of the parameter is "Thickness"

[code] SMaterial mat;
mat.Lighting = false;
mat.Thickness = 2;
driver->setMaterial(mat);
[/code]

All the 2d lines, 3d lines, rectangles, etc. that you draw, will have that thicknes from now on