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

Posted in Actionscript 3 Papervision, Actionscript 3.0, Papervision 3D, Source Code, Tutorials, TweenLite | Tagged , , , , , , , , , | 3 Comments

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

Posted in Actionscript 3 Papervision, Actionscript 3.0, Papervision, Papervision 3D, Source Code, Tutorials | Tagged , , , , | 5 Comments

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

Posted in Actionscript 3 Papervision, Actionscript 3.0, Papervision, Papervision 3D, Source Code, Tutorials | Tagged , , , | 19 Comments