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
2 answers

Away3D: How to resize an ObjectContainer3D instance

my question is: how can I resize an ObjectContainer3D instance (as it doesn't have "width", "height" and "depth" properties)?
jetpack01
  • 71
  • 1
  • 7
0
votes
2 answers

away3d and starling resizing issue

I am having problems trying to resize correctly both away3d Gold and Starling in stage3d both working in a single game. I have 4 starling instances and 1 Away3d instance handled by stage3dProxys. This all work PERFECT on the initial size. Problems…
ThanksBro
  • 911
  • 1
  • 7
  • 20
0
votes
1 answer

Loading an external swf - dimensions not correct

I have a main swf file. It has a simple empty movieclip with instance name mc_external_swf. Now I use the document class to load an external swf file. The external file loads and is visible, but its dimensions are not fitting inside the movieclip…
Joe Slater
  • 2,483
  • 6
  • 32
  • 49
0
votes
1 answer

Slow export in Flash Professional CS6

I have linked an external library to my fla from the advanced publish settings. (It is away3d library) There is nothing on the stage and nothing on the timeline either, I have just added some code in the Document Class(look below). Whenever I run…
Joe Slater
  • 2,483
  • 6
  • 32
  • 49
0
votes
1 answer

Set flex application background visibility

I'm quite new to Flex, but I'm porting a web app into it using Away3d. I've got a bit of a dilemma: In its simplest terms: I need to set the application background visible=false, not just alpha=0, as it's blocking mouse events for items which need…
MickMalone1983
  • 1,054
  • 8
  • 17
0
votes
2 answers

Swipe gesture support in Away 3d

Can anyone point me to any tutorials that might help in creating a basic Away 3d app that supports swipe gestures? I want to simply enable a user to rotate a 3d cube by swiping it.
Bachalo
  • 6,965
  • 27
  • 95
  • 189
0
votes
1 answer

As3 Flash: property of 3d mesh

Below i have purposely made a test script: you can see it live at www.parele.com/plane.html All source code is below, what im trying to do is change my mesh...please note:i want to change material of my model mesh , to another color , any color not…
joshua
  • 676
  • 1
  • 5
  • 19
0
votes
1 answer

Z-Fighting / Z-Buffer / Depth Buffer in Away 3D

So i've been learning how to develop stuff in 3D with Flash using the Away3D engine, whilst i'm getting to grips with a lot of the techniques and methods of working with Away3D i've now hit a problem. As you can see above, I have a rectangle with a…
Haden693
  • 174
  • 1
  • 8
0
votes
2 answers

AS#3 changing material Textures

I cant seem to find a solution, anyways basically im trying to add a new dynamic texture to a 3D model using Away3d engine with flash var myImage:BitmapData = new BitmapData(256, 256, true,0xFFFFFFFF); // i cant seem to reference this to my…
joshua
  • 676
  • 1
  • 5
  • 19
0
votes
1 answer

Making a custom class for objects in Flash AS3 & Away3D

I'm going to make a tile-based 3D RPG game in Flash AS3 with Away3D API. my problem is that i dont really understand the away3d api so far.. I want to make a "blocks" class. if i load the tile-map-data, i want to make something like…
Ace
  • 1,437
  • 6
  • 28
  • 46
0
votes
1 answer

Load a movie on a sprite as3

I'm working on a project with away3DLite on AS3, and I'm trying to put a video inside, I already have the square where the video is going to be displayed but for me to put the video there I need to put it as a material, anto create a material with…
Mark E
  • 3,403
  • 2
  • 22
  • 36
0
votes
1 answer

How to load textures in away3d runtime

I am working on a big 3d model. I want to load its textures once all 3d files has loaded and rendered. So that i load textures one by one and apply them on models. Does anyone knows how to achieve runtime textures loading and applying using…
Mani
  • 101
  • 10
0
votes
1 answer

AS#3 Loading SWF into SWF

Im trying to load an swf into a 3D Objectcontainer.Im using Away3D (gold) Basically i have loaded an object into a 3d Container, now i would like to load an swf inside that same container. I would now have my object and a SWF inside the same…
joshua
  • 676
  • 1
  • 5
  • 19
0
votes
1 answer

Best way to make solid wireframe material with Away3d?

Can't find any good example of solid wireframe material in Away3d. Maybe I am using wrong tool?
Enthusiast
  • 694
  • 1
  • 7
  • 15
0
votes
1 answer

Away3D & AwayPhysics: Content uses capabilities that require a license

Just grabbed all the Away3D branches from Github and included them in a test project I created in FlashBuilder. All runs fine, but if I run any of the files from the ‘awayphysics-examples-fp11’ collection, I get this dreaded message, I’ve searched…
seaders
  • 3,878
  • 3
  • 40
  • 64
1 2 3
11
12