Pv3D – Tips and resources for getting started
These are some of the finding from my initial experience Papervision3D.
Tips:
- To render both sides of a Plane; MovieMaterrial.oneSide = false or BitmatMaterial.doubleSided = true, depending on the type of material being used.
- To apply alpha and filters, first you will need to set the primitives’ useOwnContainer property to true. Spent quite a bit of time trying to figure out why my alpha value wasn’t being applied! So if you’re like me and dive in head first before reading the docs, this will save some time.
- In order to view your 3D objects at their actual ( 100% scale ) size, I found the following values to work:
camera.zoom = 10; camera.focus = 200; camera.z = -2000;
- When using BitmapMaterial, set the smooth property to true to apply smoothing to the loaded bitmap.
- To make an object interactive, set the object’s material interactive property to true
Resources:
- http://www.thetechlabs.com/3d/ – Well written, top quality bunch of tutorials. Although they are built with Away3D, it’s quite easy to transfer the techniques to Pv3D. These tutorials a very valuable for the 3D techniques that are tought, rather than the actual code.
- http://dev.papervision3d.org/ – Pv3D dev blog
- http://dev.papervision3d.org/2008/09/01/first-steps-in-papervision3d/ – First steps in Papervision3D is a great series of tutorials by Tartiflop. A must read!
- http://www.madvertices.com/search/label/Papervision%203D - Tutorials by Mad Vertices. Lots of great examples and inspiration.
- http://pv3d.org/ – Collection of very useful code samples on how to perform various functions.
- more links can be found at http://delicious.com/sprit3.
- http://papervision2.com/tutorial-list/
Papervision3D: Part 1- Foundation and 3D Object Basics – InsideRIA
Papervision3D: Part 1- Foundation and 3D Object Basics propecia prescription – InsideRIA
Excellent intro to get you started with the latest PV3D engine.
GreenSock » TweenLite (AS2) – A Lightweight (3k) and FAST Tweening Engine
GreenSock » TweenLite (AS2) – A Lightweight (3k) and FAST Tweening Engine
This is a great and possibly the smaller tweener package yet – thanks for the excellent work, Jack!
This can also be used with Papervision3D.
Has all the features that I would need for 90% of my projects without having to use Fuse etc. Will certainly give it a good try with my next project.
There’s also a AS3 version available!
Mapping Flash video to 3D objects
Adobe – Developer Center : Mapping Flash video to 3D objects
