Hello,
I’m using SegmentsExtrude to build a line graph.
Each point in the line graph is a point for the SegmentsExtrude class.
I thought this was working ok, but SegmentsExtrude seems to be having problem with some values.
The problem seems to be that SegmentsExtrude doesn’t like it when I give it points that are all intermediate points of the same line.
For example, if I try to graph the values 150, 160, and 170, wich would result in a straight line up, the the render get’s really slow, (I get actionscript timeout errors with a few more points), and the x position for the points in the extrude seem to be wrong (far to the left instead of where I wanted it)
If i graph the values 150, 160, and 180, not a straight line anymore, then performance is good, x position of each point as expected, etc.
This is my first time using this class, and also away3d, maybe someone who knows this class better could explain why I could be having this problem? And if there’s any sort of workaround?
Also, I notice that away3d version 3.6 does not include SegmentsExtrude anymore, which extruder class can I use as a substitute?