Away3D Forum 0 Copyright (c) 2020 ExpressionEngine tag:away3d.com,2020:12:20 skeleton animator in mobile game tag:away3d.com,2020:forum/viewthread/.6380 2020-12-20T18:33:32Z 0 mkfui have anyone make use of md5 file in mobile game ?

]]>
Away3d 4 - Tweening and Physics in 3d tag:away3d.com,2019:forum/viewthread/.6374 2019-05-22T12:07:17Z 0 Tempy111 Though this place seams a bit .. dead now and away3d hasn’t had a noticeable upgrade for some time, I’ll still try this:

Working on a 3d Point and click game, early stages of trying to figure out the best design for the 3d. Right now, I’m trying using a basic 3D rendered world with 3d Model in it, but fixed camera.

anyway, Following the Tweening guide (http://away3d.com/tutorials/Interactivity_and_Tweening) I can make a fairly okay bit with a flat plane and the 3d character model which moves around the world when an area is clicked on. This is, of course, very basic and i’ll be adding pathfinding later on. The problem comes when I add the Away Physics engine to it.

The character now thinks it’s a good idea to slide through the floor as they move in the tween, despite it only tweening through X and Z axis (shouldn’t that be X and Y 3d can confuse me with the axis labels at times?)..

Any ideas or ways to better use the AwayPhysics engine?

]]>
Away3d 4 - Pre-rendered 3D sprites tag:away3d.com,2019:forum/viewthread/.6369 2019-03-14T09:28:13Z 0 Tempy111 I’m sure I posted this the other day, and I’ve completely forgotten how to do this, or more I remember how it was done in 3.6 which is completely different from 4..

I have a Pre-rendered sprite set, featuring the angles for a character. I want to put them into a 3D scene. that’s fine using Sprite3D, however I cannot remember how to get the required angle which the sprite should show to be facing in the correct direction.. any pointers? 3.6 had some tools for it, but I don’t seam to be able to find any in 4..

]]>
3d Rendering tag:away3d.com,2018:forum/viewthread/.6325 2018-06-08T11:18:54Z 0 robertgavintd The 3D Architectural Rendering services, Canada.3D Interior visualization is a fantastic way to the creative individual product, animation, 2D/3D home design plan etc, that produce the best with 3D rendering at Team designs, Canada.We will turn your ideas into attractive digital masterpieces with customization. We service all over Canada with an office in Toronto, Ontario.

]]>
Using DelaunayMesh to generate aj object from 3D scanner’s data tag:away3d.com,2015:forum/viewthread/.5821 2015-03-14T05:38:30Z 0 agventu I have read a lot about delaunay triangulation.  Suddenly I realized that there was a class like that on away3d.  Great news!    But when I tried to use this class I noted that I need to pass a planetype to generate the mesh.  I don’t understand at all what is that parameter.  In fact, I even don’t know if this class could help me in my project.

The thing what I want is just create a mesh starting a 3d scanner’s data which is just a point cloud.  Could DelaunayMesh be the class what I have been looking for in order to get a mesh from a lot of “random” points?

]]>
Loading swf files created using away3D into swf files made using flash GUI tag:away3d.com,2017:forum/viewthread/.6282 2017-12-31T12:47:44Z 0 O_MEGA Hello, recently I made an AS3 project using FLASHDEVELOP and AWAY3D everything works fine. However when I tried to load created .swf file (which is located in bin folder) into another .swf file produced using flash GUI(ADOBE FLASH CS6) I get this Error!

TypeError: Error #1009: Cannot access a property or method of a null object reference.
at Main/initEngine()[F:AWAY3D_test3DmodeltestsrcMain.as:115]
at Main/init()[F:AWAY3D_test3DmodeltestsrcMain.as:95]
at Main()[F:AWAY3D_test3DmodeltestsrcMain.as:87]

Is there anyone who knows how I can solve this problem? I thought if I copy swc version of away3D in lib folders of installed flash CS6 will help me overcome this problem, I was wrong!(or maybe I have copied them in a wrong folder, does anyone know where shall I copy them?)

Is there anyone who knows how to load an swf made using away3D into another swf ?

Best Regards

]]>
AWD file Issue tag:away3d.com,2017:forum/viewthread/.6281 2017-12-21T14:37:05Z 0 O_MEGA Hi,
I was trying to make an android project(apk)(AIR mobile AS3 app), using Flashdevelop (5.3.0) and AIR_SDK(28)and android sdk ( Revision 23.1.0 (December 2015)), my project uses AWAY3D + minimalcomps and it includes some .awd models ( I made two 3D models in blender then textured them and then imported them in AWAYBuilder and finally exported them as .AWD files) but I recieve the following ERROR!

Error: Error #2032: Stream Error. URL: app:/assets/mymodel.awd
at away3d.loaders::AssetLoader/onRetrievalFailed()[F:\away3d-core-fp11-4.1.6\src\away3d\loaders\AssetLoader.as:521]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at away3d.loaders.misc::SingleFileLoader/handleUrlLoaderError()[F:\away3d-core-fp11-4.1.6\src\away3d\loaders\misc\SingleFileLoader.as:411]
at flash.events::EventDispatcher/dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/onComplete()

NOTE: when I make an AS3 project(targeting flash player) everything works fine! and I don’t receive an ERROR!

I hope somebody can help me. I even considered to remake the 3D models!

]]>
[closed] Dispose vertex animation tag:away3d.com,2017:forum/viewthread/.6263 2017-11-28T11:24:09Z 2017-11-28T14:03:57Z yomyom Hello !

I would like to dispose a vertex animation. When i take a look to the function dispose() of the vertexclipnode or vertexanimationset, I find an empty function.

only the frames have something in it, and there is something I dont understand :

public function dispose():void
  {
   
var numSubGeoms:uint _subGeometries.length;
   
   for (var 
i:uint 0numSubGeoms; ++i{
    
var subGeom:ISubGeometry _subGeometries[0];
    
removeSubGeometry(subGeom);
    
subGeom.dispose();
   
}
  } 

It disposes only the first subgeom. Is it an error? How to dispose properly the animationset and all the animations inside? frame by frame and then just by setting the animationset and the nodes as “null”?

thank you.

 

]]>
modifying global axes orientation tag:away3d.com,2017:forum/viewthread/.6261 2017-10-29T13:41:09Z 2017-10-30T15:52:20Z klinek3 Is it possible to change the orientation of global axes in away3D? (like in the attached jpeg)

It’s different from the orientation in most of 3d softwares (like 3ds max) - sometimes it’s little confusing when you build your scene inside desktop 3d software and try to transfer it into away3D.

]]>
GameTools Examples Away3D Version? tag:away3d.com,2017:forum/viewthread/.6260 2017-10-07T13:58:49Z 0 Raster Hi, I was wondering what specific version of Away3D and AwayPhysics that was used in this old github game tools example:

https://github.com/away3d/away3d-game-tools

Thanks.

]]>