读书人

Away3D(4):Create the Earth and h

发布时间: 2012-09-09 09:27:54 作者: rapoo

Away3D(四):Create the Earth and heavens in less than an hour with Away3D

原文:http://www.flashmagazine.com/Tutorials/detail/create_the_earth_and_heavens_in_less_than_an_hour_with_away3d/

?

译文:http://www.flashas.net/as/20090414/4038.html

?

1. 若出现破面现象,采用以下代码

var myFilter1:Array = new Array()myFilter1.push(new GlowFilter(0xFFFFAA, 1, 25, 25, 3, 1, false, false));// Defines whether the contents of the 3d object are rendered using it's own render session sun.ownCanvas=true;sun.filters=myFilter1;

读书人网 >移动开发

热点推荐