Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Aug 4, 2023
1 parent fbd4007 commit 39a1707
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 8 additions & 0 deletions cg/webgl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Webgl

## 硬件问题

chrome://flags/中找到Choose ANGLE graphics backend,由OpenGL改成D3D11,原因是可能是D3D9的实现,这样可能不支持WebGL2.0

Choose ANGLE graphics backend

3 changes: 2 additions & 1 deletion index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
7 changes: 5 additions & 2 deletions web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- [github](https://github.com/sorich87/bootstrap-tour)

0 comments on commit 39a1707

Please sign in to comment.