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: Papervision
RIA Unleashed : Boston, MA
To those that attended my sessions Friday at RIA Unleashed; I’ll be adding the source code to those projects within the next few days. I was honored to hopefully help inspire you all to want to learn more about 3D … Continue reading
Posted in AS3, Papervision, Papervision 3D, Source Code
Tagged Away3D, Flash, Papervision, RIA Unleashed
Leave a comment
AdvancedED Flex 4 Book
AdvancED Flex 4 is now available to pre-order on Amazon.com. I had the privilege to work on this book with Elad Elrom and Shashank Tiwari. Once you get a copy please be sure to let us know what you think. … Continue reading
Posted in Actionscript 3 Papervision, Flex
Tagged AS3, Books, Flash, Flex, Papervision
Leave a comment
Papervision Isometric View & Pathfinding with as3isolib and A* (A Star)
View Example This week’s example / tutorial is how to mix Papervision with as3isolib and A* (pronounced A Star) for a nice 3D isometric pathfinding experience. The version of A* that I am using comes straight out of Keith Peters … Continue reading
Posted in A Star, A*, Actionscript 3.0, AS3, as3isolib, Papervision, Papervision 3D, Pathfinding, Source Code, Tutorials
Tagged A Star, A*, as3isolib, AStar, isometric, Papervision, papervision and isometric, Pathfinding
17 Comments
Papervision Explode Image / Rebuild
In early 2008 I wrote a blog article on how to explode an image and rebuild it again. Recently this effect has been used in some amazing ways. Site’s like Audi have taken this concept much further with the rows … Continue reading
Basic Texturing (v2)
Even if you had a chance to look at Getting started using BasicView.as this tutorial provides another example of basic texturing in Papervision. In Papervision for the most part you have objects (planes, cubes, cones, 3D Models, etc) and then … Continue reading
Getting started using BasicView.as
In a previous tutorial (Creating a Papervision Base Template) we created a base Papervision template that we could re-use. Now however Papervision includes a form of this base template called BasicView.as With just a few lines of code you’re up … Continue reading