No alpha... I'm probably seeing the diference between "debug" and "release".
Did you note the axis change between the two links above? Tony On Feb 20, 2:55 pm, Peter Kapelyan <[email protected]> wrote: > Hi Tony, > > I looked at both materials, and it looks like the WireColormaterial seems to > be for triangles, not segments, while WireframeMaterial seems to be for > both. > You shouldn't get any drop in FPS, unless possibly you are using alpha > versus a solid color. > > If you take off the alpha (if you have alpha on it) is it faster? > > -Pete > > > > > > On Fri, Feb 20, 2009 at 5:44 PM, mogg <[email protected]> wrote: > > > Also.. it looks like I'm now loosing about 4fps when I switched from > > "WireColorMaterial" to "WireframeMaterial" > > > 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 - > > -- > ___________________ > > Actionscript 3.0 Flash 3D Graphics Engine > > HTTP://AWAY3D.COM- Hide quoted text - > > - Show quoted text -
