Hello!
I'm new to papervision and I am working on a panorama sphere which is working out pretty good except:
I have a MovieAssetMaterial which has some animated MovieClips inside used for navigation - unfortunatly this really slows down the frame rate because the material dimensions are rather big. If I set animated = false everything runs smooth.
So is there a way to find the X and Y coords of the MovieClips in side the material but relative to the stage?
This way I could just attach some ordinary animated MovieClips to the stage and move those according to the Clips inside the material.
TIA