14个Papervision 3D的精彩例子
By Minidxer | August 22, 2008
利用Papervision 3D开发包,实现比如转换三维模型,三维模型渲染等3D相关操作,都变得非常的简单。当然还有很多其他的基本的3D效果的实现功能。dehash.com发布了14个基于Papervision 3D的例子,都带有源代码以及简单的说明,需要的可以看看。下面是列表和原文地址。
- 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
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
这里是原文地址:
Topics:
Adobe其他 |
Tags: 3D, Flash, Papervision