Tag Archives: MaterialsList

Advanced Interactivity

This is just another example of how to do some advanced interactivity in Papervision 3D. This tutorial is just a slightly updated version of the #10 : Advanced Interactivity tutorial from a while back. Here is what has been updated: … Continue reading

Posted in Actionscript 3.0, Papervision 3D, Tutorials, TweenLite | Tagged , , , , , , | 9 Comments

Advanced Interactivity (Without InteractiveScene3DEvent)

There are multiple ways of accomplishing any task. With papervision that statement holds true. When you want to interact with 3D objects one way we have found works very well is to apply the MouseEvent’s to the textureFile and bypass … Continue reading

Posted in Actionscript 3 Papervision, Examples, Source Code, Tutorials, TweenLite | Tagged , , , , | 10 Comments

Loading Complex Models (v2)

If you work long enough in Papervision you will eventually have to deal with loading complex models into Papervision. This is one of the more difficult things to do but not because of the actionscript or Papervision coding. Whenever we … Continue reading

Posted in Actionscript 3.0, Loading Complex Models, Papervision 3D, Source Code, Tutorials | Tagged , , , , , | 19 Comments

Panorama Viewer

*FIXED!!* Here’s a really simple example, all it does is texture a sphere and rotate it depending on what the camera is doing: Click Here (1.3Mb download so I didn’t embed this one) Source Code (Uses the Base Class): /** … Continue reading

Posted in Examples | Tagged , , , , , | 16 Comments

10. Advanced Interactivity

**UPDATE This tutorial has been updated: Updates: 1) Removed InteractiveScene3DEvent and replaced it with standard MouseEvents 2) Updated to use papervision’s BasicView.as class Today we’re going to learn how to handle more advanced interactivity. We’ll be making something like this: … Continue reading

Posted in Tutorials | Tagged , , , , , , , , | 78 Comments