UserOnline
-
Recent Posts
Pages
Blogroll
Tags
3D Carousel 3D Complex Models A* Actionscript 3.0 Add new tag Apple AS3 Away3D BasicView.as BitmapFileMaterial BitmapMaterial BulkLoader Camera Collada Model ColorMaterial Cylinder Double Sided Plane Explode Image FLARToolKit Flash FlashDevelop Foomonger Gaia GE Smart Grid Hello World FLARToolKit InteractiveScene3DEvent Interactivity Loading Papervision Models Materials MaterialsList MovieMaterial PaperBase Papervision Papervision 3D Papervision Animation using TweenLite Papervision Coverflow Papervision Cube Papervision Tutorial QuadrantRenderEngine Tutorial Tweener TweenLite Woven Interactive XML Z-Sorting
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
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 Actionscript 3.0, BitmapFileMaterial, ColorMaterial, MaterialsList, Papervision Cube, Papervision Tutorial
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