Questions tagged [away3d]

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

Away3D is an open-source engine for rendering realtime 3D content on the Adobe Flash Platform. It was first launched as a fork of Papervision3D in 2007, by Alexander Zadorozhny and Rob Bateman, and is now developed by the Away3D team and a large number of contributors. It is the most popular open-source engine for the platform.

The Away3D set of libraries support Flash Player 9, 10, and 11, and implements the hardware accelerated capabilities of the most recent version. The latest major version, Away3D 4.0 is a complete rewrite from scratch for the GPU accelerated Stage3D APIs of Flash Player 11.

172 questions
1
vote
1 answer

Away3D in a Flex Panel component?

I have a large legacy app which uses Papervision to display spherical panoramas within a Flex Panel component. The functionality is that the panel appears initially @ 320 x 240 px on a 1024 x 768 stage and then is scaled "fullscreen" to fill the…
spring
  • 18,009
  • 15
  • 80
  • 160
1
vote
2 answers

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…
Simon
  • 61
  • 2
  • 4
1
vote
0 answers

How to re-spawn particles randomly in Away3D

I'm attempting to create a particle effect using Sparticle and Away3d. The effect is a little burst of bubbles that float up to the top of the screen when items are clicked. I have the effect loaded and working and it looks good, but unfortunately…
izb
  • 50,101
  • 39
  • 117
  • 168
1
vote
1 answer

Away3d materials

how i can delete this wire lines that devide my prism on triangles? http://img217.imageshack.us/img217/1535/31477485.jpg
Vasiliy Ermolovich
  • 24,459
  • 5
  • 79
  • 77
1
vote
0 answers

how to show the 3d-text that I made before in 3ds max by using Away3d?

I made model my using 3ds max, then I export .max to .dae. But I have a problem. The texts which I made before don't appear. I am just wondering, is there any additional syntax to show the text? Like I did before , I added this syntax below to show…
aksel
  • 11
  • 1
1
vote
0 answers

inner working of line renderer in unity3d

I want to implement the line renderer effect in my game. I am using away3d to develop a webgame.But it seems like there is no implementation of a line renderer in away3d. So I want to know the inner working of the effect.
wcl
  • 11
  • 2
1
vote
1 answer

Drag Away3D mesh with the mouse

Hi i am trying to simply drag an away3d mesh with the mouse but with no luck. as i see it i need to convert the mouseX and MouseY to the 3d world coordinates however, this is what i tried and it doesnt work. also i need it to be draged in enter…
tomergott
  • 74
  • 11
1
vote
0 answers

Away3d 3.6 camera distance for cube face to fit viewport

I have a flash 500x500 in size. My viewport is 500x500 and so is my cube. I want the face of my cube to fit exactly the space of the viewport and so the flash stage. How can I calculate the camera z distance to accomplish this? Thank…
Andrea Silvestri
  • 1,082
  • 4
  • 14
  • 41
1
vote
1 answer

In Away3d particles system, adding a particleFollowNode to the particleAnimationSet make BillboardNode did not work

I've made a snow effect with particles system in away3d, but when I added a particleFollowNode to the ParticleAnimationSet,then the billboardNode did not work. Anybody knows how to fix this bug? Thanks for your help. ActionScript: //setup…
Suntabu
  • 13
  • 5
1
vote
1 answer

VerifyError: Error #1014: Class mx.core::BitmapAsset could not be found

I'm trying to use away3d to load a texture. Everything works fine except when embedding a texture inside the project, it crashes and gives that error: VerifyError: Error #1014: Class mx.core::BitmapAsset could not be found. The code for embedding…
andre_lamothe
  • 2,171
  • 2
  • 41
  • 74
1
vote
2 answers

Building IOS AIR app from FlashDevelop error: Could not reserve enough space for object heap

I'm just posting this and self-answering it for posterity's sake. I looked around the internet and couldn't find an answer, but was able to get around it. So I thought I'd throw it up in case anyone else searches for it. When building an AIR mobile…
Keith
  • 4,144
  • 7
  • 25
  • 43
1
vote
0 answers

Error #1009: Cannot access a property or method of a null object reference.on camera

im working on augmented reality application where my augmented object can be touched by hands. So it has motion detection in it. i build it using flartoolkit and away3d. I already made the augmented reality and motion detection part. The problem is…
1
vote
1 answer

Away3D depth buffering

I'm developing a simple scene editor in Away3D, where the user can import, arrange and transform objects. In order to simplify the user process, I've created a gizmo object which appears over the selection (basically three arrows for…
MickMalone1983
  • 1,054
  • 8
  • 17
1
vote
1 answer

FlashBuilder Away3D iOS -

Flash Builder 4.7 Air SDK 3.5 Away3D 4.0.9 Gold Simulator iOS SDK (5.0, 5.1, 6.1) iPhone 3GS 6.1 Android device in 2.3.6 I try make a test with Away3d in Flash Builder for Mobile (iOS, Android)... I cant run my little teste in iOS Simulator,…
Loko Varrido
  • 65
  • 10
1
vote
1 answer

How to create a Away3d Infinite tiling floor?

I am trying to create a scene with a infinite floor that seems to fade away in the distance in Away3d. I want the floor to have a texture. Prob is -- I can't seem to find any clear examples or tutorials that demonstrate this.