文件名称:WebGL:WebGL学习记录
文件大小:39KB
文件格式:ZIP
更新时间:2024-05-23 02:38:16
JavaScript
WebGL WebGL learning records Source: node - content 渲染准备 [removed] ※顶点着色器 [removed] [removed] ※片段着色器 [removed] 顶点和多边形 - 顶点的连接顺序和遮挡剔除 context的设定 着色器的说明和基础 - GLSL(OpenGL Shading Language) - 顶点着色器和片段着色器 - 顶点着色器就是处理顶点相关的信息,片段着色器就是处理画面上的颜色信息 - 着色器的内部,必须要定义一个main函数,在这个函数里面添加自己的处理 - 要向着色器传递各个顶点的不同的
【文件预览】:
WebGL-master
----index.html(657B)
----img()
--------nehe.gif(17KB)
----javascript.js(2KB)
----notes()
--------lesson_2(834B)
----.idea()
--------misc.xml(125B)
--------workspace.xml(21KB)
--------.name(5B)
--------encodings.xml(164B)
--------WebGL.iml(281B)
--------modules.xml(262B)
--------scopes()
--------vcs.xml(164B)
----js2()
--------webglStart.js(13KB)
--------webgl-utils.js(6KB)
--------glMatrix-0.9.5.min.js(12KB)
----README.md(2KB)
----minMatrix.js(8KB)
----index_2.html(2KB)