Error 1046
I have just downloaded away3d via tortoisesvn and get this error when I try to run the test program I have for falsh pro...
View ArticleShadow Wrong Projection
Hi All!I’m experiencing a wrong shadow projection, it can be simple reproduced using AwayBuilder.As you can see the shadow should fill the green cube entirely, but it does not (green is not casting...
View ArticleSkybox flickering black triangles sometimes
When set camera3D.lens.near=200 camera3D.lens.far=1000000, roll/pitch/yaw the camera3D,sometimes you will see the black triangles. They seemed to be on the corner of the cubemap.
View ArticleTexture tainted of green.
Hi guys, I am just starting with Away3D (OpenFL) and every time I render an example I have all the screen tainted with Green where there is Textures (see the picture below).Here is the link to the...
View ArticleScreenshot does not work on multiply views
Hi,The problem is shat queueSnapshot does not work on multiply views and the reason is the code in RendererBase.as:if (!_shareContext) { if (_snapshotRequired &&...
View ArticleDelaunayMesh - BUG
I am playing with Delaunay extrusion and it is not drawing my mesh correctly. I tried same coordinates with Linear Extrude and it works fine. Here is examplevar vec= new...
View ArticlePossible Memory Leak in Away3D OpenFL in removeChild() method
I have already made a post on GitHub about this issue here. This post is just to submit some code demonstrating the issue I am experiencing and to see if anyone knows what I am doing wrong, or if this...
View ArticleStrange behavior when calling consecutive transform within an event
Basically, you can’t access a sceneTtransform and set an unrelated object.transform within an event…?private function initCameraListener() : void {...
View ArticleOrthographicLens.unproject
away3d.cameras.lenses.OrthographicLens.as51 override public function unproject(...):Vector3D ... 56 v.x = nX + translation.x; 57 v.y = nX + translation.y; //should be v.y = -nY + translation.y; 58...
View Article3d renders
“Hi guys, I have a question. Do you make 3d renders of your projects in-house or use outsource 3d visualization company ?”
View ArticleArtifacts when change properties of CylinderGeometry?
If I create a cylinder geometry by doing var cyl:CylinderGeometery = new cyl:CylinderGeometery() cyl.topRadius = 5; // Or any other property changeThen I see the correct shape, but I also see an...
View ArticleFile not found: file:/C:/Program Files (x86)/Adobe Gaming SDK 1.4/Samples -...
When I run the sample program invawaders in flash builder, I got the following error. Please help. Thanks.File not found: file:/C:/Program Files (x86)/Adobe Gaming SDK 1.4/Samples -...
View ArticleAway3D questions
Hi guys, I am starting to work with Away3D and I will have few questions in an upcoming days for those who already worked with it.Question: Is it possible to decrease the number of polygons on the...
View ArticleProblem with stage3D and away3D
Ok that is so strange it make like 3 hour i try to figure this out. First… everything was working correctly so i don’t know what i change or if i updated to new code for starling or away3d and i dont...
View Article