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: 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
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
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
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