Archive for 1月, 2010

PV3D EXAMPLE 1 _ 旋转的立方体

星期一, 1月 11th, 2010

(Either JavaScript is not active or you are using an old version of Adobe Flash Player. Please install the newest Flash Player.)
这个实验主要想调试一下stage上的按钮和pv3d对象的交互。以及moviematerial的变色。
注意在设置moviematerial的时候要把animated设置成true
public function MovieMaterial(movieAsset:DisplayObject = null, transparent:Boolean = false, animated:Boolean = false, precise:Boolean = false, rect:Rectangle = null)
以下是源代码下载