From cb058f21c190a6249767083ca1c845d7f210b085 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=88=98=ED=98=84=20=ED=95=9C?= <shh1473@ajou.ac.kr> Date: Thu, 9 Jun 2022 12:23:18 +0000 Subject: [PATCH] Fully completed --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 3c2e243..e1c345e 100644 --- a/readme.md +++ b/readme.md @@ -129,15 +129,15 @@ Direct3D면 몰라도 Three.js는 처음 사용하는 라이브러리이고 수 **MIT License** Copyright (c) 2022 Suhyeon Han -## 소스 & 레퍼런스 +## 소스 & 참고문헌 -### 소스 +### 소스(참고용) * [Three.js webgl_depth_texture](https://github.com/mrdoob/three.js/blob/master/examples/webgl_depth_texture.html) * [Three.js webgl_postprocessing](https://github.com/mrdoob/three.js/blob/master/examples/webgl_postprocessing.html) * [Three.js webgl_postprocessing_unreal_bloom](https://github.com/mrdoob/three.js/blob/master/examples/webgl_postprocessing_unreal_bloom.html) * [Three.js webgl_postprocessing_godrays](https://github.com/mrdoob/three.js/blob/master/examples/webgl_postprocessing_godrays.html) -### 레퍼런스 +### 참고문헌 * Pope Kim. 셰이더 프로그래밍 입문. 한빛미디어, 2012 * Feinstein, Doron. HLSL Development Cookbook. Packt, 2013 * Dirksen, Jos. Learning Three.js - the JavaScript 3D Library for WebGL (Second Edition). Packt, 2015 -- GitLab