文件名称:webgl2-2d:WebGL2 中的画布 API 实现
文件大小:519KB
文件格式:ZIP
更新时间:2024-06-18 03:29:39
webgl2 JavaScript
webgl2-2d WebGL2 中的画布 API 实现 用法 // const ctx = canvas.getContext('2d') // origin canvas 2D context const ctx = canvas . getContext ( 'webgl2-2d' ) // WebGL2 implementation 清单 参考: : HTMLCanvas 元素 宽度/高度(待办事项:设置行为不一样) getContext('webgl2-2d'): 不支持属性 toDataURL(): (TODO: 不支持参数) CanvasRenderingContext2D 帆布 状态 保存() 恢复() 转变 规模() 旋转() 翻译() 转换() 设置转换() 合成 全球阿尔法 全局复合操作 颜色和样式(TODO:需要完整的
【文件预览】:
webgl2-2d-master
----webgl2-2d.js(21KB)
----index.html(768B)
----images()
--------liubei.jpg(221KB)
----lib()
--------earcut.js(20KB)
--------three.min.js(631KB)
--------opentype.min.js(163KB)
----utils.js(12KB)
----examples()
--------index.js(9KB)
--------style.css(1KB)
----benckmarks()
--------index.html(516B)
--------index.js(3KB)
----fonts()
--------Roboto-Black.ttf(167KB)
----test()
--------index.html(574B)
--------index.js(10KB)
----README.md(2KB)
----renderer()
--------index.html(359B)
--------webgl-utils.js(11KB)
--------index.js(326B)
--------renderer.js(17KB)