texgen.js:JavaScript纹理生成器 源码
texgen.js 程序纹理生成器 用法 var texture = new TG . Texture ( 256 , 256 ) . add ( new TG . XOR ( ) . tint ( 1 , 0.5 , 0.7 ) ) . add ( new TG . SinX ( ) . frequency ( 0.004 ) . tint ( 0.5 , 0 , 0 ) ) . mul ( new TG . SinY ( ) . frequency ( 0.004 ) . tint ( 0.5 , 0 , 0 ) ) . add ( new TG . SinX ( ) . frequency ( 0.0065 ) . tint ( 0.1 , 0.5 , 0.2 ) ) . add ( new TG . SinY ( ) . frequency
文件列表
texgen_js-master.zip
(预估有个27文件)
texgen.js-master
package.json
559B
editor
main.js
12KB
ext
ui.js
20KB
prism.js
7KB
sortable.min.js
10KB
three.min.js
400KB
index2.html
4KB
暂无评论