In part two of our augmented reality (AR) video tutorial, I'll create a custom AR scene.
Using the custom pattern I created in the previous screencast, I'll use Papervision to develop a three-dimensional sphere. I'll then import a bitmap image of Earth, using the embed meta-data tag. Finally, I'll add texture to the sphere, giving the illusion that someone can hold Earth in the palm of a hand.
hello...thks for the flarmanager tutorial, I have followed all ur instruction, but why when be played in flash player 10, only blank white appear....what is my mistake....?
I have an error on line 86 of the Earth.as code:
when i type:
[code]scene.addChild(container);[/code]
it comes up with the following error:
[code]Description Resource Path Location Type
A file found in a source-path 'Earth' must have the same name as the class definition inside the file 'FLARManagerExample_PV3D'. Earth.as /AugReality/src/examples Unknown Flex Problem
[/code]