2020年11月13日

webgl复习笔记——纹理装配

摘要: let canvas = document.getElementById('webgl'); let gl = canvas.getContext('webgl'); let v_shader = ` attribute vec4 a_Position; attribute vec2 a_TexCo 阅读全文

posted @ 2020-11-13 14:09 老豆浆 阅读(97) 评论(0) 推荐(0) 编辑

导航