⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pointlight.as

📁 著名的flash 3d引擎 away 3d的源代码
💻 AS
字号:
package away3d.core.light{	import away3d.lights.*;    /**    * Point light primitive    */    public class PointLight extends LightPrimitive    {    	/**    	 * The x coordinates of the <code>PointLight3D</code> object.    	 */        public var x:Number;            	/**    	 * The y coordinates of the <code>PointLight3D</code> object.    	 */        public var y:Number;            	/**    	 * The z coordinates of the <code>PointLight3D</code> object.    	 */        public var z:Number;            	/**    	 * A reference to the <code>PointLight3D</code> object used by the light primitive.    	 */        public var light:PointLight3D;    }}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -