Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Jan 29, 2024
1 parent f93c728 commit 7111737
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
8 changes: 8 additions & 0 deletions cg/geometry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Geometry

## Projective Geometric Algebra

- [Projective Geometric Algebra](http://projectivegeometricalgebra.org/)
- [Conformal Geometric Algebra -- CGA](https://conformalgeometricalgebra.org/wiki/index.php?title=Main_Page)
- [Rigid Geometric Algebra -- RGA](https://rigidgeometricalgebra.org/wiki/index.php?title=Main_Page)
- [A C++ library that implements much of this math is available under the MIT license on GitHub](https://github.com/EricLengyel/Terathon-Math-Library)
4 changes: 4 additions & 0 deletions cg/shader.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,9 @@ mat3(
- [WebGPU Shading Language](https://gpuweb.github.io/gpuweb/wgsl/)
- [WebGPU深入探索](http://www.bimant.com/blog/webgpu-deep-dive/)

## 参考

- [the books of shader详细解说shader的开源书籍](https://thebookofshaders.com/)
- [GPU Pro 360 Guide to Geometry Manipulation书籍]()


7 changes: 6 additions & 1 deletion cg/threejs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@
- [乱记](./threejs.md)
- [Bump map](./bumpmap.md)
- [RayCaster](./raycaster.md)
- [Loader细节](./loader.md)
- [Loader细节](./loader.md)

## 参考

-
- [一个模拟PC桌面的个人网站,可以参考](https://henryheffernan.com/)
4 changes: 4 additions & 0 deletions cg/tools/CAD.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
图框
###

## [exocad](https://exocad.com/)

Exocad是一款跨平台的应用程序,免费使用。

## 参考

- [FreeCAD is an open-source parametric 3D modeler made primarily to design real-life objects of any size](https://github.com/FreeCAD/FreeCAD)
Expand Down

0 comments on commit 7111737

Please sign in to comment.