What steps will reproduce the problem?
Line3D and Lines3D require an object of type LineMaterial to do the
drawing so if I want to implement a custom line material I have to derive
from that and then discard it's implementation.
What is the expected output? What do you see instead?
Instead, could Line3D and Lines3D only require something that implements
ILineDrawer and then I could implement my custom drawing by implementing
that interface, or deriving from LineMaterial if that was more convenient.
What version of the product are you using? On what operating system?
2.0 beta 1, August 21 2008
Please provide any additional information below.
Original issue reported on code.google.com by Richa...@i2.co.uk on 25 Sep 2008 at 9:00
Original issue reported on code.google.com by
Richa...@i2.co.uk
on 25 Sep 2008 at 9:00