From 39a17079a544d55b8ce5321e0ec03a82d62c775c Mon Sep 17 00:00:00 2001 From: lmj01 Date: Fri, 4 Aug 2023 17:33:38 +0800 Subject: [PATCH] update --- cg/webgl.md | 8 ++++++++ index/computerScience.md | 3 ++- web/index.md | 7 +++++-- 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 cg/webgl.md diff --git a/cg/webgl.md b/cg/webgl.md new file mode 100644 index 0000000..eef4ceb --- /dev/null +++ b/cg/webgl.md @@ -0,0 +1,8 @@ +# Webgl + +## 硬件问题 + +chrome://flags/中找到Choose ANGLE graphics backend,由OpenGL改成D3D11,原因是可能是D3D9的实现,这样可能不支持WebGL2.0 + +Choose ANGLE graphics backend + diff --git a/index/computerScience.md b/index/computerScience.md index e4b5db8..5185967 100644 --- a/index/computerScience.md +++ b/index/computerScience.md @@ -40,12 +40,13 @@ ### 网格 - [多边形网格算法](http://paulbourke.net/geometry/polygonmesh/) - [点至三角形的最近点](https://zhuanlan.zhihu.com/p/458837573) -- [维诺图Voronoi Diagram,Lattice格](https://github.com/tobycrisford/bravais-lattice-fermi-surfaces/blob/main/Readme.md) +- [Brillouin zone visualisation tool,维诺图Voronoi Diagram,Lattice格](https://github.com/tobycrisford/bravais-lattice-fermi-surfaces) - [计算几何第四周:维诺图](https://zhuanlan.zhihu.com/p/33896575) - [Lattice学习笔记01:格的简介](https://zhuanlan.zhihu.com/p/161411204) ### api - [OpenGL](../cg/opengl.md) +- [webgl](../cg/webgl.md) - [Shader](../cg/shader.md) - [vulkan]() - [Official Khronos Vulkan Samples](https://github.com/KhronosGroup/Vulkan-Samples) diff --git a/web/index.md b/web/index.md index fda0934..53cd5a8 100644 --- a/web/index.md +++ b/web/index.md @@ -21,7 +21,10 @@ ### 引导库 -- [Intro.js is a lightweight JavaScript library for creating step-by-step and powerful customer onboarding tours](https://introjs.com/) +- [driver.js官网](https://driverjs.com/) + - [Driver.js,Powerful, highly customizable vanilla JavaScript engine to drive the user's focus across the page,MIT开源协议](https://github.com/kamranahmedse/driver.js) + +- [Intro.js is a lightweight JavaScript library for creating step-by-step and powerful customer onboarding tours商用授权](https://introjs.com/) - [github](https://github.com/usablica/intro.js) - [Bootstrap Tour](https://bootstraptour.com/) - - [github](https://github.com/sorich87/bootstrap-tour) \ No newline at end of file + - [github](https://github.com/sorich87/bootstrap-tour)