嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
EasyAGAL-master:Abode AGAL 图形汇编
.
├── EasyAGAL-master
│ ├── Docs
│ │ ├── AC_OETags.js
│ │ ├── all-classes.html
│ │ ├── all-index-A.html
│ │ ├── all-index-B.html
│ │ ├── all-index-C.html
│ │ ├── all-index-D.html
│ │ ├── all-index-E.html
│ │ ├── all-index-F.html
│ │ ├── all-index-G.html
│ │ ├── all-index-H.html
│ │ ├── all-index-I.html
│ │ ├── all-index-J.html
│ │ ├── all-index-K.html
│ │ ├── all-index-L.html
│ │ ├── all-index-M.html
│ │ ├── all-index-N.html
│ │ ├── all-index-O.html
│ │ ├── all-index-P.html
│ │ ├── all-index-Q.html
│ │ ├── all-index-R.html
│ │ ├── all-index-S.html
│ │ ├── all-index-T.html
│ │ ├── all-index-U.html
│ │ ├── all-index-V.html
│ │ ├── all-index-W.html
│ │ ├── all-index-X.html
│ │ ├── all-index-Y.html
│ │ ├── all-index-Z.html
│ │ ├── asdoc.js
│ │ ├── class-summary.html
│ │ ├── com
│ │ │ ├── adobe
│ │ │ │ └── utils
│ │ │ │ ├── AGALMiniAssembler.html
│ │ │ │ ├── FractalGeometryGenerator.html
│ │ │ │ ├── PerspectiveMatrix3D.html
│ │ │ │ ├── class-list.html
│ │ │ │ └── package-detail.html
│ │ │ └── barliesque
│ │ │ ├── agal
│ │ │ │ ├── EasierAGAL.html
│ │ │ │ ├── EasyAGAL.html
│ │ │ │ ├── EasyBase.html
│ │ │ │ ├── IComponent.html
│ │ │ │ ├── IField.html
│ │ │ │ ├── IRegister.html
│ │ │ │ ├── ISampler.html
│ │ │ │ ├── ITest.html
│ │ │ │ ├── RegisterType.html
│ │ │ │ ├── TextureFlag.html
│ │ │ │ ├── class-list.html
│ │ │ │ ├── package-detail.html
│ │ │ │ └── package.html
│ │ │ └── shaders
│ │ │ └── macro
│ │ │ ├── Blend.html
│ │ │ ├── BlendHSL.html
│ │ │ ├── ColorSpace.html
│ │ │ ├── Trig.html
│ │ │ ├── Utils.html
│ │ │ ├── class-list.html
│ │ │ └── package-detail.html
│ │ ├── cookies.js
│ │ ├── help.js
│ │ ├── images
│ │ │ ├── AirIcon12x12.gif
│ │ │ ├── P_AlternativeMetadataIndicator_30x28_N.png
│ │ │ ├── collapsed.gif
│ │ │ ├── detailHeaderRule.jpg
│ │ │ ├── detailSectionHeader.jpg
│ │ │ ├── expanded.gif
│ │ │ ├── inherit-arrow.gif
│ │ │ ├── inheritedSummary.gif
│ │ │ ├── logo.jpg
│ │ │ ├── titleTableBottom.jpg
│ │ │ ├── titleTableMiddle.jpg
│ │ │ └── titleTableTop.jpg
│ │ ├── index-list.html
│ │ ├── index.html
│ │ ├── override.css
│ │ ├── package-frame.html
│ │ ├── package-list.html
│ │ ├── package-summary.html
│ │ ├── print.css
│ │ ├── style.css
│ │ └── title-bar.html
│ ├── EasyAGAL.iml
│ ├── Examples
│ │ ├── example01 - Basic Render
│ │ │ ├── bin
│ │ │ │ ├── EasyAGAL.swf
│ │ │ │ ├── expressInstall.swf
│ │ │ │ ├── index.html
│ │ │ │ └── js
│ │ │ │ └── swfobject.js
│ │ │ └── src
│ │ │ ├── BasicRender.as
│ │ │ └── Example01.as
│ │ ├── example02 - Textured Render
│ │ │ ├── bin
│ │ │ │ ├── EasyAGAL.swf
│ │ │ │ ├── expressInstall.swf
│ │ │ │ ├── index.html
│ │ │ │ └── js
│ │ │ │ └── swfobject.js
│ │ │ └── src
│ │ │ ├── Example02.as
│ │ │ ├── TexturedRender.as
│ │ │ └── media
│ │ │ └── blue-star.png
│ │ └── example03 - Lighting
│ │ ├── bin
│ │ │ ├── EasyAGAL.swf
│ │ │ ├── expressInstall.swf
│ │ │ ├── index.html
│ │ │ └── js
│ │ │ └── swfobject.js
│ │ └── src
│ │ ├── LightedRender.as
│ │ ├── LightingExample.as
│ │ └── media
│ │ ├── box.png
│ │ └── created-with.png
│ ├── README.txt
│ ├── src
│ │ └── com
│ │ ├── adobe
│ │ │ └── utils
│ │ │ ├── AGALMiniAssembler.as
│ │ │ ├── FractalGeometryGenerator.as
│ │ │ └── PerspectiveMatrix3D.as
│ │ └── barliesque
│ │ ├── agal
│ │ │ ├── Assembler.as
│ │ │ ├── Component.as
│ │ │ ├── ComponentSelection.as
│ │ │ ├── EasierAGAL.as
│ │ │ ├── EasyAGAL.as
│ │ │ ├── EasyBase.as
│ │ │ ├── EasyTest.as
│ │ │ ├── IComponent.as
│ │ │ ├── IField.as
│ │ │ ├── IIField.as
│ │ │ ├── IRegister.as
│ │ │ ├── ISampler.as
│ │ │ ├── ITest.as
│ │ │ ├── Register.as
│ │ │ ├── RegisterData.as
│ │ │ ├── RegisterType.as
│ │ │ ├── Sampler.as
│ │ │ ├── TextureFlag.as
│ │ │ └── nextRegister.as
│ │ └── shaders
│ │ └── macro
│ │ ├── Blend.as
│ │ ├── BlendHSL.as
│ │ ├── ColorSpace.as
│ │ ├── Trig.as
│ │ └── Utils.as
│ └── swc
│ └── EasyAGAL.swc
└── 好例子网_EasyAGAL-master.rar
34 directories, 130 files