Tag Archives: BitmapFileMaterial

A Simple Papervision Carousel

This week I set out to create a Papervision Carousel in it’s simplest form. At the heart of this carousel is a simple “for” loop / math which places the items in a circle in 3D space for (var i:int … Continue reading

Posted in 3D Carousel, Actionscript 3 Papervision, Actionscript 3.0, AS3, Papervision, Papervision 3D, Source Code, Tutorials | Tagged , , , , , , , | 13 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