away3d

What is the best Actionscript3 3D Engine?

I am looking for a somewhat detailed explanation of which 3D Engine for Actionscript3 is the most efficient, practical, scalable, documented, community supported, etc. When I first got interested in the 3D world for flash and actionscript3, all I knew of was papervision3D. In my curious way I went to read up on papervision3D and was sh...

Away3d with interactive Flex Component as MovieMaterial

I have managed to get a custom Flex component (based on a Tile) to render on to an Away3d plane as described at http://www.flashgamer.com/2008/08/using%5Faway3d%5Finside%5Fa%5Fflex%5Fapp.html I cannot however set the object to be interactive. When setting wallMaterial.interactive = true; I end up with a "supplied index out of bounds"...

How to match Away3D camera to Flash CS4 IDE 'camera'

I am trying to match a setup the designer did in the Flash CS4 IDE: I'm using Away3D for this project. I wrote a little as3 snippet that spits out the Location(x,y,z) and Rotation(rotationX,rotationY,rotationZ) of the planes, keeping in mind that in the IDE, top left is 0,0, not the centre of the stage and y increases in the opposite ...

How hard would it be to manipulate a 3d model in flash with the mouse?

Using a common flash 3d library such as Papervision3d or away3d & as3dmod or better create a Flash 3d object manipulator that: Loads a complex 3d object (for example a pottery item) Allows a user to rotate the object Allows a user to grab vertices with the mouse and stretch them like so: Drag on x-axis(symmetrical - changes affect a g...

away3d remove from memory

Hello, I am building a website which loads some collada objects for each area. But I couldn't manage to clean the memory. It seems impossible to kill the objects. I've found some samples implementing destroy() methods for away3d internal classes, but they're not working as well. I really don't know if this is a problem with player's g...

Why can't I move a Collada model after I add it to the view in Away3d?

I have a Collada (.dae) file that I found on Google's 3d Warehouse. Using Away3d, I'm able to load the file and display it on my view using the following code: var object3d = Collada.parse(FooXML, { material:"white", x:0, y:0, z:0 }); view.scene.addChild(object3d); The problem is that it's just floating out in space and no matter how ...

Away3D: how can I Implement the OnReleaseOutside Event in an Object3D or Container3D

as the question says, how can I implement an OnReleaseOutside Event in Away3D or, on the other hand, how can I transform or get an Object3D as a Sprite. ...

Away3d materials

how i can delete this wire lines that devide my prism on triangles? http://img217.imageshack.us/img217/1535/31477485.jpg ...

[Flash 3d engine] Away3d and events (Basic questions)

I'd like to play around 3d in Flash and I'm wondering how sophisticated objects can i load from 3D Max... coś as i read it's possible to load something from 3d Max I've read that popular 3d engine is Away3d (many tutorials), so if there is nothing better... i'd like to focus on it. I've forgot to mention that i'm not familar with Flash...

Away3D vs Sandy 3D and other Flash 3D Engines for Mobile

What are the pros and cons of various Flash 3D engines with regards to performance on mobile devices? Which do you prefer -- which have you tried (examples of apps developed) implementing on mobile devices? ...

Away3d FresnelPBMaterial Bug and problem

hello guys i do created a FresnelPBMaterial material by away3D but after compile show this error ArgumentError: Error #2004: One of the parameters is invalid. at flash.display::ShaderJob/start() at SinglePassShaderMaterial/updateRenderBitmap() at away3d.materials::TransformBitmapMaterial/updateMaterial() at PixelShad...

How to port Away3d scene with animation into PV3d?

How to port Away3d scene with animation into PV3d? Are there any tutorials on how to do that? ...

Extrusion in Away 3D

I am trying to draw a custom 2-d shape on the screen and then create its 3-d model using Away 3-d. I have included the classes that I have used. I am yet to create the 3-d model using extrusion.The problem is that there is always a small offset when making the drawing. When trying out the code please click on the screen at two different...

Cannot apply material to a *.obj in away3d

I cannot apply a texture to an object, I don't know why... ( AS3 blender export script and Collada Import is not working for me either ) Any idea? var loader:Loader3D = new Loader3D(); loader.addEventListener( Loader3DEvent.LOAD_SUCCESS, handler_loadSuccess ); var parser:Obj = new Obj(); loader.loadGeometry( "assets/objects/Tes...

Any way to not process some object in Away3D Lite?

Hello, I would like to know if there is a way to avoid processing some objects in a away3DLite scene. The problem is that I Have a scene with a lot of spheres, some of them are not visible ( out of camera range ) and I would like not to processing them. Maybe Away3D automatically does that. Maybe visible = false can help Any good tut...

away3d 3.6 Clipping bug

hello noun sprite in the away3d 3.6 in FrustumClipping not displayed why???? var spr2d:DirectionalSprite; var bitMat:BitmapMaterial = new BitmapMaterial(bitData); for(var i:int = 0 ; i<500 ; i++) { spr2d = new DirectionalSprite(bitMat); spr2d.z = (Math.random() * 4000)+1500; ...

Are any of the available flash 3d engines uses flash 10 "native 3d"

Hi, As I understand flash 10 has some basic 3d features. My question is if any of the 3d engines available today (ppv3d, away, sandy, alternativa, am I missing one) uses these features and does this provide any performance and quality gains. I'm working on some flash game that should contain 3d content. I'm using ppv3d and it just does...