Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lmj01 committed Jun 6, 2023
1 parent ae9e88d commit fce595b
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 11 deletions.
5 changes: 5 additions & 0 deletions cg/threejs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Threejs

- [乱记](./threejs.md)
- [Bump map](./bumpmap.md)
- [RayCaster](./raycaster.md)
2 changes: 2 additions & 0 deletions cg/threejs/raycaster.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Raycaster

4 changes: 0 additions & 4 deletions cg/threejs/renderer.md

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
flex-direction: row;
}
.side-menu {
width: var(--sideLeft);
width: var(--sideMenu);
border-right: 1px dashed lightblue;
}
.main-content {
Expand Down
7 changes: 7 additions & 0 deletions index/computerScience.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down
13 changes: 7 additions & 6 deletions index/standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 其他

Expand Down

0 comments on commit fce595b

Please sign in to comment.