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

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;