Augmented reality DAE parser issue

I have tried everything but no success. I'm having big problems importing files. So many mistakes .... spent 5 hours but nothing. I can successfully create a project using the collada parser, but all problems occur when I use the import org.papervision3d.objects.parsers.DAE; There were some files missing and when I tried to download the missing files, it shows me errors in the files I downloaded. Please suggest me how to solve this problem. I wonder if anyone can download the papervision + libspark + ascollada config you used to create the demo (like Brian Hodge). Thanks a lot in advance. And I am very sorry for posting this question on the AS3 DAE Augmented Reality PaperVision 3D thread as answere. I am new to this forum and havent noticed the question tag.Very sorry...

0


a source to share


1 answer


Below is a link to a fairly large explanation of the PV3D / Flar AR toolkit

AS3 DAE Augmented Reality PaperVision 3D

-Questions

What IDE are you developing in? Flex Builder 3, Flash Develop, and Flash CS4 are capable of handling embedded modules using the Flex 3 SDK, but Adobe Flash CS3 does not allow you to use embedded and does not recognize it.

-Flash CS3 creates the following

TypeError: Error #1007: Instantiation attempted on a non-constructor.
at Untitled_fla::MainTimeline/Untitled_fla::frame1()

      



- The following works in all others listed above

[Embed(source="foo.jpg")]  //<---  NO SEMICOLON OR BREAKS
private var foo:Class;

var testFoo:Bitmap = new foo();

      

-Important

One thing I would like to point out is to note that there is no semicolon in the insert line!

Hope this helps, apparently the original poster made up his / her problem, but wanted to answer sid.

0


a source







All Articles