일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Big Data
- 딥러닝
- node.js
- WebGL
- openCV
- nodeJS
- c++
- 우리들교회
- 김양재 목사님
- 통계
- 주일설교
- 몽고디비
- 김양재 목사
- R
- 김양재
- 빅 데이터
- 빅 데이타
- probability
- 빅데이타
- No SQL
- MongoDB
- Statistics
- Artificial Intelligence
- data science
- 빅데이터
- 확률
- Deep learning
- 인공지능
- Machine Learning
- 데이터 과학
- Today
- Total
목록render texture (2)
Scientific Computing & Data Science
이번 예제는 Render Texture에 대한 것입니다. Render Texture란 가상 카메라를 통해 렌더링 된 이미지를 오브젝트의 texture로 맵핑하는 기법을 의미합니다. Download Project Click here to view with full screen mode OperationsW: Move forwardS: Move backwardQ: Move to the leftE: Move to the rightA: Rotate to the leftD: Rotate to the rightmain.js1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859..
이번 예제에서는 화면을 2분할 하고 우측 화면에는 가상 카메라의 움직임을, 좌측 화면에는 가상 카메라를 통해 입력되는 영상을 표시합니다.Download Project Click here to view with full screen mode OperationsW: Move forwardS: Move backwardQ: Move to the leftE: Move to the rightA: Rotate to the leftD: Rotate to the rightmain.js12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717..