Hi guys,
I want to make a 3d drawing application in away3D v4. At the moment I can draw lines using ‘linearExtrude’, although I’m not sure if this is the best way to do it.
I need to create dashed and dotted lines. At the moment I know PathUtils.getPointsOnCurve(), which allows me to split a segment in different parts, but segments are not all the same length and I need the dashed lines to be the same length.
What are the best tools to do this? should I check splines?
Maybe it’s easier using a texture? Is it possible to keep the texture from stretching and aligned in every segment?
Does anybody knows if more drawing tools or things like curveSegment will be available soon?