首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

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

2012-09-09 
Away3D(四):Create the Earth and heavens in less than an hour with Away3D原文:http://www.flashmagazi

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;

热点排行