Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Sep 14, 2024
1 parent 1b2714f commit 55faf5e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion articles/notes/work.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@

- 2024-7-25 游离根 跟着 颌骨显示
### CT

- 大平台通过一个接口来显示控制
- 企业版,返回字段有rootBone就显示

### 架构

- 可以使用redux来管理数据内容
-


## 快速目标位
Expand Down
2 changes: 1 addition & 1 deletion cg/threejs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- [乱记](/cg/threejs/threejs.md)
- [RayCaster](/cg/threejs/raycaster.md)
- [模型-导入-导出](/cg/threejs/model.md)
- [Grid实现](/cg/threejs/grid.md)
- [Grid实现](/cg/tools/grid.md)
- [shader](/cg/threejs/shader.md)
- [material材质](/cg/threejs/material.md)
- [灯光](/cg/lighting/light.md)
Expand Down
2 changes: 2 additions & 0 deletions cg/threejs/grid.md → cg/tools/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- [Help with GridHelper - 3d coordinates](https://discourse.threejs.org/t/help-with-gridhelper-3d-coordinates/27336)
- [【源码】效果最好的网格Shader(迄今为止)](https://mp.weixin.qq.com/s/WJLwJMdvug98QWyFvV4e7A)

- [FreeCAD Grid](https://github.com/FreeCAD/FreeCAD/blob/main/src/Mod/Mesh/App/Core/Grid.h)

## 透视下

- [无穷网格,很容易更改为ES6版本](https://github.com/Fyrestar/THREE.InfiniteGridHelper)
Expand Down
4 changes: 3 additions & 1 deletion cpl/ECMAScript.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# ECMAScript
>

- [Standard ECMA-262 6th Edition / June 2015 ECMAScript® 2015 Language Specification ](https://262.ecma-international.org/6.0/)
- [RxMarbles](https://rxmarbles.com/)
Expand All @@ -13,6 +12,9 @@ ECMAScript

Blob-binary large object

### [The Global Object](https://tc39.es/ecma262/multipage/global-object.html#sec-global-object)

globalThis对象可以访问全局的, 比如一个通用的库编译成es,umd等format时,umd的方法可以在古老的地方使用,如jsp中

### 不常用特性与新语法

Expand Down
1 change: 1 addition & 0 deletions index/article.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
### [图形学](/cg/graphics.md)
- [几何](/cg/geometry.md)
- [裁剪](/cg/tools/culling.md)
- [网格](/cg/tools/grid.md)
- [四元数](/cg/tools/quaternion.md)
- [meshlab](/cg/tools/meshlab.md)
- [eigen](/cg/library/eigen.md)
Expand Down

0 comments on commit 55faf5e

Please sign in to comment.