Tag Archives: Papervision Cube

12. Animation using Tweener

**Update This tutorial has been updated using TweenLite and the most recent papervision BasicView class. Hi, In this tutorial we’re going to use Tweener to move a cube around. This will teach you basics of animation, and how to use … Continue reading

Posted in Tutorials | Tagged , , , , , | 31 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

11. Advanced Interactivity 2

**UPDATE This tutorial has been updated This tutorial will show you how to handle full interactivity on an objects surface, just as if it’s a normal movieclip. For my example, I’ve made this. The red spot in the centre is … Continue reading

Posted in Tutorials | Tagged , , , , | 62 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