14 Excellent Papervision 3D Examples
By admin | September 1, 2008
It is so simple if use Papervision 3D to realize the 3D model conversion, 3D model rendering and other related operations. Of course include other basic 3D effect realization functions. dehash.com has published 14 Papervision 3D examples. It has source code and simple explain. Following is the list and original article address.
- BitmapFileMaterial example
Using BitmapFileMaterial to load a jpg and provide texture for a Plane
- Two Sided Plane
Extended DisplayObject3D to create a Plane with Wireframe one side and MovieMaterial on the other
- Video Cube Demo
Displaying a flv on the inside walls of a Cube
- VideoStreamMaterial demo
Using VideoStreamMaterial to provide a texture for a Plane
- Sphere BitmapMaterial
Using BitmapMaterial to display a jpg on a Sphere
- Blender Collada DAE
Loading a Collada DAE file exported from Blender
- Blur effect
Simple example using the newly integrated Effects branch
- Curved lines
Using an external class to create curved lines
- Lines3D
Using the built in Line3D class to create straight lines
- Particle field demo
Simple ParticleField example
- Bitmap material demo
Basic BitmapMaterial example using an embedded jpg
- Rotating cylinder
Cylinder with FlatShadeMaterial
- Shaded cube
Cube with FlatShadeMaterial
- Plane wireframe
Simplest Wireframe Plane
The original article address:
