www.dehash.com has put together a great list of Papervison3D examples. All examples include source code built.
- InteractiveScene3DEvent example
- Layers Demo
- Simple Wow Engine Demo
- Rotation Demo
- BitmapFileMaterial example
- Two Sided Plane
- Video Cube Demo
- VideoStreamMaterial demo
- Sphere BitmapMaterial
- Blender Collada DAE
- Blur effect
- Curved lines
- Lines3D
- Particle field demo
- Bitmap material demo
- Rotating cylinder
- Shaded cube
- Plane wireframe
A clickable Plane with a swapped material that rotates using Tweener
Setting the layer order of objects to try to control which is on top
Spheres contained in a Cube
Shows three rotation axes
Using BitmapFileMaterial to load a jpg and provide texture for a Plane
Extended DisplayObject3D to create a Plane with Wireframe one side and MovieMaterial on the other
Displaying a flv on the inside walls of a Cube
Using VideoStreamMaterial to provide a texture for a Plane
Using BitmapMaterial to display a jpg on a Sphere
Loading a Collada DAE file exported from Blender
Simple example using the newly integrated Effects branch
Using an external class to create curved lines
Using the built in Line3D class to create straight lines
Simple ParticleField example
Basic BitmapMaterial example using an embedded jpg
Cylinder with FlatShadeMaterial
Cube with FlatShadeMaterial
Simplest Wireframe Plane

September 7th, 2008 at 12:07 pm
Nice find! These examples cover a lot of what PV3D offers. They are very basic, yet effective.