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
0
votes
1 answer

Rotating a Model in Away3D

Here's what i want to do: I want to load a model (most likely .3ds) into my .swf and be able to rotate it with the mouse. This works fine at first glance, but there's problem, the rotations 'switch' over. Or to say it differently: Imagine we have a…
user2655904
0
votes
1 answer

FLARToolKit Camera3D Issues with Away3D 4.1.4 Gold

I've download the latest FLARToolKit build and Away3D 4.1.4 Gold, and it seems that the custom Camera3D support class that comes with FLARToolKit is no longer compatible. I keep getting this error. Error: An abstract method was called! Either an…
SpaceCowboy2071
  • 1,125
  • 1
  • 13
  • 20
0
votes
1 answer

Away3d building an irregular Polygon as a plane

I have a sprite which helps the user draw a custom shape? i want to tile the surface how can that be achieved?
Amit Bagga
  • 648
  • 3
  • 11
0
votes
1 answer

Adding Away3D video texture to object in Flex Mobile

I'm using Away3D v4 in a Flex Mobile project. Is it possible to add a video texture to a plane? It seem to work fine running on the AIR simulator in Flash Builder, but doesn't render at all on Android. Here's the code I'm using to create the…
Chris Fulstow
  • 41,170
  • 10
  • 86
  • 110
0
votes
1 answer

Away3D 4.0 TextureMaterial activateForDepth()

I am new to Away3D, and I’m using version 4.1.1b. I am having trouble with the rendering order of Meshes added to the scene. (Objects in the distance are rendering infront of Objects closer to the Camera) I found that in version 4.0 you could call…
atomicDroid
  • 87
  • 2
  • 9
0
votes
1 answer

Away3D rotate scene with mouse

I have a simple scene using the Away3D library and the scene display a simple shape. I'm now dealing with Mouse Events trying to get the effect of rotating the 3D object based on the main coordinates system, but i do not get how to get the initial…
Apalabrados
  • 1,098
  • 8
  • 21
  • 38
0
votes
1 answer

Get object rotationZ / roll

so there’s the camera which is rotated using pitch, yaw, roll and some 90 degrees rotations in various axes. What I’m looking for is the roll value of the camera after the entire transformation. rotationZ property returns not what I’m looking for…
kosmo
  • 175
  • 2
  • 13
0
votes
1 answer

Away3D Camera undefined properties

I am trying to get the examples from the Away3d tutorials working. view = new View3D(); var cont:UIComponent = new UIComponent(); cont.addChild(view); addElement(cont); //setup the camera view.camera.z = -600; view.camera.y =…
vjuliano
  • 1,474
  • 2
  • 15
  • 29
0
votes
1 answer

away3d and cs6 external as3 file

i need some help to lunch external action script file lets say i have this file : Basic_SkyBox.as and this the code for it : package { import away3d.cameras.lenses.*; import away3d.containers.*; import away3d.entities.*; import…
Jomart Mirza
  • 187
  • 1
  • 11
0
votes
1 answer

Making a teeter totter/ chopping motion in Flash AS3 with away 3D

I am trying to make a choppping motion based on the accelerometer of my tablet and showing it using away3D box. Essentially what I want to do it every time the user shakes the device on accelerationY the box moves up and then right away moves back…
0
votes
0 answers

Away3d - load model with bones

I’m trying to create simple model in 3dsmax. My model is just a square with two bones. I wonder how to export it (whatever format), import to Away3d and control the bones. I know that it’s must load a skeleton and get the bones by a name. I was…
goodm
  • 7,275
  • 6
  • 31
  • 55
0
votes
1 answer

Away3D and BB Playbook

I am using Away3D framework inside a Mobile Actionscript Flash Builder project, and trying to debug/run on my bb playbook. When I run/debug through Flash Builder (not bb playbook specific) everything work great. As soon as I try to run/debug on my…
user1876246
  • 1,219
  • 5
  • 18
  • 33
0
votes
1 answer

Away3d equirectangular to cubic projection

Trying to create a 360 video player which uses equirectangular video as source files. Exactly like these on flickr, but videos, not still images. http://www.flickr.com/groups/equirectangular/pool/ I've come across this project on github, but it…
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
1 answer

Increasing resolution of Videotexture in Away3D

Apparently the maximum size of any Texture is 2048 pixels. But because I am using this texture inside a Sphere the image looks somewhat pixellated. I'd like to increase the resolution somehow. Can anyone tell me if this is possible?
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
1 answer

Highslide: fullscreen not working in an iframe

I'm building a website under wordpress and I'm using highslide to diplay a flash video player in an iframe. This player can normally go fullscreen by clicking a dedicated button but since it's developped in Away3D the fullscreen is not working with…