Great! Half your problems are solved so far. I'm not sure what the problems are with rotation, I think Rob has spent a lot of time recently on it, fixing other problems with rotations, and would know better.
Unfortunately he is pretty busy over the next week, so I doubt he can get to it, until after next week. If there is someway you can recreate the problem in the shortest amount of code, as a test file, it would help to locate and fix the problem (once and for all?). -Pete On Fri, Feb 20, 2009 at 5:40 PM, mogg <[email protected]> wrote: > > Correction... WireframeMaterial did solve the LineSegment problem. > > But I still have the issue of the axis change between 2.x and 2.3 > > Tony > > On Feb 20, 2:35 pm, mogg <[email protected]> wrote: > > Pete, > > > > That did not work. I'm still getting multi colored lines under 2.3 > > "Flash10" branch. > > > > Tony > > > > On Feb 20, 2:20 pm, Peter Kapelyan <[email protected]> wrote: > > > > > > > > > Hi Tony, > > > > > It seems to work fine, I tried it just now, can you try this? > > > > > lineA=new LineSegment({material:new WireframeMaterial("white")}); > > > lineA.material=new WireframeMaterial("black");//change material etc > > > lineA.material.width=8; > > > lineA.material.alpha=.1; > > > view.scene.addChild(lineA); > > > > > Crossing my fingers > > > -Pete > > > > > On Fri, Feb 20, 2009 at 4:33 PM, mogg <[email protected]> wrote: > > > > > > I have tried a number of workarounds but I'm not having the best of > > > > luck. Any recommendations? > > > > > > On Feb 19, 3:41 pm, Rob Bateman <[email protected]> wrote: > > > > > Hey Mogg > > > > > > > can i ask how youare setting the material on the LineSegments? > > > > > > > as for the rotation, i'm sorry to hear you are having problems > (again!). > > > > > once again, i need to see what you are doing with the rotation so > that i > > > > can > > > > > run some tests and give advice about what to do. > > > > > > > Rob > > > > > > > On Thu, Feb 19, 2009 at 7:06 PM, mogg <[email protected]> > wrote: > > > > > > > > Here are a few issues I have noticed with the new 2.3 release of > > > > > > Away3D. > > > > > > > > 1) LineSegment(s) are all random primary colors and I cannot seem > to > > > > > > change their color anymore. > > > > > > 2) Orientation with Pitch and Roll no longer behave correctly > (again, > > > > > > regression issue?). > > > > > > 3) Coordinate system seems to have changed. > > > > > > > > See the following two example URLs: > > > > > > > > Click and Drag to rotate the scene > > > > > > > > Click on objects to shoot them > > > > > > > > Click and hold down the mouse button to see the LineSegment > lightning > > > > > > effect > > > > > > > > > http://www.directresponsemedicine.com/flexsandbox/away3d_3.0.0_test/ > > > > > > (correct behavior) > > > > > > > > > http://www.directresponsemedicine.com/flexsandbox/away3d_flash10_test/ > > > > > > (incorrect behavior) > > > > > > > -- > > > > > Rob Bateman > > > > > Flash Development & Consultancy > > > > > > > rob.bate...@gmail.comwww.infiniteturtles.co.ukwww.away3d.com-hide > > > > quoted text - > > > > > > > - Show quoted text - > > > > > -- > > > ___________________ > > > > > Actionscript 3.0 Flash 3D Graphics Engine > > > > > HTTP://AWAY3D.COM- <http://away3d.com-/> Hide quoted text - > > > > > - Show quoted text -- Hide quoted text - > > > > - Show quoted text - -- ___________________ Actionscript 3.0 Flash 3D Graphics Engine HTTP://AWAY3D.COM
