We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6591054 commit 5339926Copy full SHA for 5339926
1 file changed
docs/position_project.md
@@ -2,7 +2,7 @@
2
title: Three.jsのスクリーン座標の算出
3
author: 池田 泰延
4
published_date: 2017-11-12
5
-modified_date: 2019-01-08
+modified_date: 2020-01-29
6
---
7
8
Three.jsの`canvas`要素にHTMLの表示を重ねたい時があります。
@@ -46,7 +46,7 @@ console.log(sx, sy);
46
47

48
49
-- [サンプルを再生する](https://ics-creative.github.io/tutorial-three/samples/camera_project.html)
+- [サンプルを再生する](https://ics-creative.github.io/tutorial-three/samples/position_project.html)
50
- [サンプルのソースコードを確認する](../samples/position_project.html)
51
52
0 commit comments