ywywdh / papervision3d

Automatically exported from code.google.com/p/papervision3d
0 stars 0 forks source link

Provide easier mechanism for custom line drawing #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
You can extend LineMaterial.

Original comment by r.hauw...@gmail.com on 26 Sep 2008 at 12:07