From fce595b75a26fd49a8d3df593dd73fb20bc0fcc7 Mon Sep 17 00:00:00 2001 From: lmj01 Date: Tue, 6 Jun 2023 17:25:40 +0800 Subject: [PATCH] update --- cg/threejs/index.md | 5 +++++ cg/threejs/raycaster.md | 2 ++ cg/threejs/renderer.md | 4 ---- cg/{ => threejs}/threejs.md | 0 index.css | 2 +- index/computerScience.md | 7 +++++++ index/standard.md | 13 +++++++------ 7 files changed, 22 insertions(+), 11 deletions(-) create mode 100644 cg/threejs/index.md create mode 100644 cg/threejs/raycaster.md delete mode 100644 cg/threejs/renderer.md rename cg/{ => threejs}/threejs.md (100%) diff --git a/cg/threejs/index.md b/cg/threejs/index.md new file mode 100644 index 0000000..61a92ad --- /dev/null +++ b/cg/threejs/index.md @@ -0,0 +1,5 @@ +# Threejs + +- [乱记](./threejs.md) +- [Bump map](./bumpmap.md) +- [RayCaster](./raycaster.md) \ No newline at end of file diff --git a/cg/threejs/raycaster.md b/cg/threejs/raycaster.md new file mode 100644 index 0000000..36d6d18 --- /dev/null +++ b/cg/threejs/raycaster.md @@ -0,0 +1,2 @@ +# Raycaster + diff --git a/cg/threejs/renderer.md b/cg/threejs/renderer.md deleted file mode 100644 index 6d152fc..0000000 --- a/cg/threejs/renderer.md +++ /dev/null @@ -1,4 +0,0 @@ -# Renderer - - -WebGLProgram -> WebGLPrograms -> WebGLRenderer \ No newline at end of file diff --git a/cg/threejs.md b/cg/threejs/threejs.md similarity index 100% rename from cg/threejs.md rename to cg/threejs/threejs.md diff --git a/index.css b/index.css index 3e15341..911c72a 100644 --- a/index.css +++ b/index.css @@ -12,7 +12,7 @@ body { flex-direction: row; } .side-menu { - width: var(--sideLeft); + width: var(--sideMenu); border-right: 1px dashed lightblue; } .main-content { diff --git a/index/computerScience.md b/index/computerScience.md index de9d49a..303bcf9 100644 --- a/index/computerScience.md +++ b/index/computerScience.md @@ -32,6 +32,13 @@ - [Bgfx](../cg/bgfx.md) - [Iolite a modern,portable game engine with an embedded editor. Completely scriptable in Lua, Free for personal](https://iolite-engine.com/) +#### threejs + +- [threejs 笔记](../cg/threejs.md) +- [Beispiele webGL mit three.js ](https://hofk.de/main/threejs/) +- [3D Grafik - WebGL mit three.js](https://xprofan.net/intl/de/php,html,js/3d-grafik-webgl-mit-three-js/) +- [use your mouse to control the camera and build an andorid](https://hofk.de/main/threejs/raycaster/raycaster.html) + ### Tool - [PAG Portable Animated Graphics](https://pag.art/) diff --git a/index/standard.md b/index/standard.md index f8dfd11..75fe701 100644 --- a/index/standard.md +++ b/index/standard.md @@ -25,12 +25,13 @@ - [图像格式](../others/images.md) ### OHIF -[Open Health Imaging Foundation](https://ohif.org/) -[cornerstone.js JavaScript library to display interactive medical images including but not limited to DICOM](https://github.com/cornerstonejs) -[OHIF viewer](https://github.com/OHIF/Viewers) -[DICOM PS3.5 2013 Data Structures and Enconding](http://dicom.nema.org/dicom/2013/output/chtml/part05/PS3.5.html) -[DCMTK](https://dcmtk.org/) -[DCMTK on github](https://github.com/DCMTK/dcmtk) + +- [Open Health Imaging Foundation](https://ohif.org/) +- [cornerstone.js JavaScript library to display interactive medical images including but not limited to DICOM](https://github.com/cornerstonejs) +- [OHIF viewer](https://github.com/OHIF/Viewers) +- [DICOM PS3.5 2013 Data Structures and Enconding](http://dicom.nema.org/dicom/2013/output/chtml/part05/PS3.5.html) +- [DCMTK](https://dcmtk.org/) +- [DCMTK on github](https://github.com/DCMTK/dcmtk) ## 其他