What is better, embed de 3d model or load on demand?

Software: Away3D 4.x

Gerin, Newbie
Posted: 23 October 2013 05:19 PM   Total Posts: 2

In my project I have some complex 3d models in awd whit around 4Mb each. I’m loading the models at the beginning of the project. All works fine in FB test environment . But when I publish for release version the FB don’t copy the models and the link is missed. then I try to embed the models but they are big and the final swf is probably slow to start. Anyone have a tip for help? Today the files folder are outside the src folder. If I put inside the src folder they ‘ll be included in the release package?

   

Avatar
theMightyAtom, Sr. Member
Posted: 23 October 2013 08:53 PM   Total Posts: 669   [ # 1 ]

If you’re publishing for the web, you need to keep the relative paths to the models. They are in no way “included in the release package”.

If you are publishing with AIR, you need to add the models to the package manually.

I always favor having the models separate and loading at runtime. This just makes it easier to edit the models and add models to the program without having to recompile. Also makes for a quicker download, unless all models are needed right from the start.

Good Luck!

EDIT: Reading your question again, sounds like an FB specific problem.
Perhaps you’re missing a policy file?

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X