Tagged Questions

Away3D is an open-source real-time 3D engine for the Adobe Flash Platform.

learn more… | top users | synonyms

7
votes
1answer
415 views

Problem with getting the Camera to work on Away3DLite

I have implemented Augmented Reality application for android using Adobe Air for Android, FLARManager, Away3DLite. The program works fine on flash, However when i publish it on my mobile phone (HTC ...
5
votes
10answers
5k views

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 ...
4
votes
1answer
294 views

Flash Error #1063 Argument count mismatch

I'm getting the following strange error: ArgumentError: Error #1063: Argument count mismatch on Away3DLiteSprite(). Expected 4, got 0.
3
votes
1answer
188 views

Away3DLite on Android Objects doesn't appear on the screen

I have implemented an Augmented Reality application on Adobe Air for Android. When I publish my app on the android mobile phone (Nexus One) the 3D models that I have created don't appear on the ...
2
votes
2answers
240 views

(Flash CS5.5) Basic Away3D setup help

I've got Flash CS5.5, and I wanted to fiddle around with some 3D, so I downloaded Away3D from the website, and don't really know how to get it 'working' with CS5.5? Can I just place the folder with ...
2
votes
1answer
640 views

How to set Video Frame Capture Using Bitmap Data

I'm implementing an Augmented Reality application for android using Flash. In order to get the application working on my Android Phone (nexus One) the Phone Camera must be activated as well. So I need ...
2
votes
1answer
407 views

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 ...
1
vote
0answers
27 views

Away3D 4.x alter ProjectionCenter

How to alter the projection center in Away3D using a perspectiveLens. I know it can be done with the standard flash 3d library, using root.transform.perspectiveProjection.projectionCenter = new ...
1
vote
1answer
37 views

Clipping due to segmentation in Plane primitive in away3d

I have a Plane and I try tweening a MovieClipSprite on it. I run into trouble when I try to tween near the points where both segment triangles meet (I have kept both segments as 1), While moving near ...
1
vote
1answer
121 views

Does Away3D 4.0 currently not work with AIR 3.0? Any fixes?

I'm using AIR SDK Version 3.0.0.4080 and this build of Away3D (https://github.com/away3d/away3d-core-fp11/) building the project in FDT 5 on a Macbook Pro. The app descriptor file has renderMode set ...
1
vote
1answer
208 views

Maya 2012 to MD5 exporter ( export multiple meshes)

currently im doing a 3d avatar creation and customization using flash, (away3d and md5) .. im designing characters using MAYA 2012 and im going to export it as MD5 format , but i got in trouble ...
1
vote
1answer
26 views

Checking pixel color value of a 3D object

I have a spinning sphere, built using the away3D engine, it is wrapped in a bitmap. I need to be able to check the color value of the pixels in the sphere, however BitmapData only plots the 2D image, ...
1
vote
1answer
228 views

Away3D (4.x Broomstick) - How do I set the alpha of a material loaded with a 3DS file?

I have loaded a model using the 3DS parser that is already linked to a material and loads fine. I would like to make this model semi-transparent part of the time but not all of the time. I would like ...
1
vote
0answers
181 views

Away3D 4.0 Loading dynamic textures for primitives from arrays

I have several arrays storing the attributes needed to build primitives. One array stores the widths, another stores the heights, another the depths, x, y, z etc. I have one more that stores the ...
1
vote
1answer
142 views

Getting started with Molehill, what api should I start learning?

I just read some basics about Molehill, and I understood that learning an API is essential to gain some speed in the development, so far seems like Away3D is the winner, but Flare3D has some potential ...
1
vote
1answer
126 views

Is there way to get 3D coords on some plane for 2D mouse coords in Flash with Away3D?

Waht is the right way to get 3D coords from 2D mouse coords using Away3D. (version 3.6.0) It's ambigoius problem in general, so there is restriction that 3D point belongs to some fixed plane. There ...
1
vote
1answer
355 views

Where to get comparing list of papervision3d vs Away3d?

So I know that PV3d looks quite dead. But it is documented over the internet much better. So I decided to develope my product using old but good PV3d engine. Time goes on so I plan to port it sooner ...
1
vote
1answer
326 views

Away3d how to render a surface from given array of 3d points?

So I have some 3d points generator that gives points like {1,1,1} {1,2,3} {1,3,3} {2,4,5} {2,5,6} {4,4,4} I need to generate a smooth surface that would go thrue given points. How to do such thing? ...
1
vote
1answer
111 views

Any way to not process some object in Away3D Lite?

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 ...
1
vote
2answers
481 views

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 ...
0
votes
0answers
15 views

Extrude MovieClip in Away3D

I have a complex vector art Movie clip that I'm attempting to extrude. I'm willing to use any 3D library so long as I can do the job but I'm starting in Away3D. Ir would it be more simple to use ...
0
votes
1answer
53 views

Apply Texture To Each Side Of Cube Independently?

Using Away3D, I've successfully displayed a cube. So far, if I want to display a texture on each side of the cube independently (different textures on each side), I'd have to put them all in one ...
0
votes
1answer
22 views

Installation of Away 3d 4.0

I have some programming experience with Actionscript 3 and am totally new to Away3d. I have not been successful in installing the library on FlashDevelop, which is my favorite editor, although I also ...
0
votes
0answers
107 views

Flash CS5.5 and Away3D : Error #1014

I've been trying to test out Away3D engine on Flash CS5.5, and I've been getting lots of errors. I have downloaded playerglobal.swc and placed it, edited player xml file and configured it for flash to ...
0
votes
1answer
51 views

Does Away3D 4x require Flash player 11 or will it run in previous flash players - e.g. 10, 9 without the GPU hooks?

Does Away3D 4x require Flash player 11 or will it run in previous flash players - e.g. 10, 9 without the GPU availability through Stage3D? If not, are there any libraries that can? Thanks in ...
0
votes
1answer
44 views

Away3d stage.scaleMode = StageScaleMode.EXACT_FIT; not working?

I started my application with [SWF(width="2560", height="720", frameRate="60", backgroundColor="#000000")] And I have two View3D, the left one is at (0,0) with size (1280*720), the right one is at ...
0
votes
1answer
113 views

The definition of base class ByteArrayAsset was not found

I'm using FlashDevelop4.0.0 RC1 to create AS3 library project, in which I want to import Away3D library. I follow this tutorial to set up my FD. ...
0
votes
1answer
98 views

Update dynamic heightmap in Away3d 4.x Broomstick

How do I update my Elevation Object when I change the bimapdata of its height map? I noticed that getHeightAtPosition() updates to the values of the new bitmap, but the Elevation still looks the ...
0
votes
0answers
43 views

Projecting a 2d image onto 3d frame with actionscript and Away3d?

So we are given with an image and a matrix with rows like [image_coord_x, image_coord_y, corresponding_in_3d_x, corresponding_in_3d_y, corresponding_in_3d_z]. So how to project our image onto 3d frame ...
0
votes
1answer
119 views

Mouse interaction with nested movieclips in Away3D

I am building a globe with the countries. I have all of the spheres built and everything works fine. The problem is to get the globe to look right I had to put all of the movieclips into one big ...
0
votes
0answers
110 views

SecurityError #2123, Away3D Video Player

I'm having trouble with a little 3D site I'm building with Away3D (3.6.0). I've built a simple 2D video player component is AS3 that just loads a local video using NetStream, which works fine when ...
0
votes
2answers
123 views

Away 3D tutorials

Can anyone recommend some good tutorials for Away3D? In particular to create similar effects to those on their home page. http://away3d.com/ Went to the tutorials page but nothing there... ...
0
votes
1answer
233 views

Flash AS3 - Best 3D engine for interfaces (pre-molehill)?

I'm looking into 3D engines for AS3 interface work, and I'm acclimated with Papervision (but it has not been updated since 2009). Is Papervision still the best choice for interfaces or are other ...
0
votes
1answer
172 views

How do I load a collada file in Away3d broomstick

Do you have an example of loading a 3d object and displaying it from a collada file? I've browsed around and haven't found a good example.
0
votes
1answer
100 views

Possible bug with Away3D 3.6 MovieMaterial; 2D overlay appears over model when interactive=true

I am having a peculiar issue with MovieMaterial.as in Away3D 3.6. I have a 3D globe with clickable, white hotspots on it (see image below). When I set interactive to 'true' in the following code, ...
0
votes
0answers
73 views

Away3D 4x (Broomstick) - How do I scale a cylinder's UVs?

I have tried the following: var targetSideMat:BitmapMaterial = new BitmapMaterial(new targetBitmapSide().bitmapData, true, true); targetSideMat.lights = [light1,light2,light3]; targetSideMat.specular ...
0
votes
1answer
149 views

Rendering a “sprite” in Away3D (molehill)

Turns out, that I need to be able to render something similar to sprites, but having all of the goodness from Molehill. Im new to Away3D and Molehill, and I was wondering how hard (if possible) would ...
0
votes
1answer
172 views

Away3D (4.x broomstick) How do you convert global to local position of an object?

I am building a game that launches a ball at a target(Plane). The Plane is rotated back 45 degrees. I want to convert the global ball position(x,y,z) into the local coords of the target so I can ...
0
votes
0answers
123 views

accessing nodes in away 3d Flash 3.6 model exporter

I am using Away3D 3.6.I generated an as. file from a Collada model(AS3 exporter version 2.3)/ loads well. i want to access and “transform” these “nodes” which are actually bones that belong to an ...
0
votes
1answer
97 views

Away 3D Face Link

I'm recently playing with Away3D Library and have a problem in finding Face center in Away3D. Why Away3DLite has a face.center feature while Away3D doesn't have it ? and what is the alternative ...
0
votes
2answers
176 views

VideoMaterial appears pixellated in Away3D

I'm working on a spherical movie viewer in Away3D & am having a problem when I apply a VideoMaterial texture to a 3D primitive. The video appears heavily pixellated, like it's being scaled or ...
0
votes
1answer
104 views

Nothing happens when I try to render a cube using Away3D

when I try to render a cube using Away3D + Molehill, I only get a white default screen, I followed the instructions here: http://johnlindquist.com/2011/02/28/quickstart-for-molehill-and-away3d/ The ...
0
votes
1answer
92 views

How Flex components can be used with Away3D?

Is it possible to have Flex component in Away3D environment? For example, there is 3D plane and there is interactive Flex component on that plane.
0
votes
1answer
92 views

Collada bones in Away 3D

I am trying to move from papervision-3d (no longer in development) to away-3d with frustration. I've sent several messages to the away 3d team with no response. my goal is interactive, web-based 3d ...
0
votes
0answers
101 views

What is the best way to change a mesh at runtime in Away3D?

In my project in Away3D (flash 3D engine) I want to change a static collada model when I press any key. The way I do it is loading every model to a different Loader3D variable and adding every ...
0
votes
0answers
100 views

How can I make a Torus as Rigidbody using Jiglib?

I am trying to make a basketball game using Away3D and Jiglib for my school project and was wondering which geometry class in Jiglib I should/can use to add it to the "world"? As I am trying to use it ...
0
votes
2answers
453 views

How to import and play an animated 3D file with away3D 4.0 broomstick?

What's the best 3D format to use with away3D for animations ? And how use it ?
0
votes
1answer
142 views

MovieClip in perspective

I would like to have a MovieClip that has a bit of depth. I can't use rotationX, rotationY or rotationZ because I have to use Flash CS3. The first image is what I have now, a flat movieclip. The ...
0
votes
1answer
81 views

How to get the top level child in away3D?

i have a small question concerning away3D. I have some cubes with the exact same dimensions that are positioned in the same place. When i click on the stack of cubes, i want to register a click on the ...
0
votes
1answer
159 views

Is there an away3D hitTestObject equivalent?

i am working with away3D and i find myself in dire need of a hitTestObject-method. As far as i have found out, there is no such method present in the library. I have already tried distanceTo, but ...

1 2