Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- glad
- WMTS
- GLFW
- OpenGL
- vs code
- Geoserver
- WebMapServiceImageryProvider
- GLM
- Phong
- WebMapTileService
- WMS
- V-World
- Cesium
- lighting model
- VBO
- WebMapService
- 지오서버
- vscode
- WebMercatorTilingScheme
- GetTile
- 세슘JS
- Diffuse
- CeisumJS
- CesiumJS
- Specular
- Visual Studio
- 탄젠트 공간
- 세슘
- visual studio code
- 브이월드
Archives
- Today
- Total
목록Ambient (1)
엉뚱하고 기발하게
Phong reflection model(Phong lighting model)
본 블로그는 개인적인 공부를 목적으로 작성되었습니다. 작성된 블로그의 내용은 다른 사이트, 블로그를 참고하였으며, 저작권 문제가 있다면 수정하겠습니다. 또한 잘못된 내용으로 인한 불이익은 사용자에게 있습니다. Phong reflection model(or Phong lighting model, 퐁 모델)은 OpenGL에서 가장 널리 사용되는 조명 모델이다. (간혹, Phong Shading과 혼동하는 경우가 있으나 다른 것이다.) 퐁 모델은 빛을 계산하기 위한 모델로, Ambient reflection, Diffuse reflection, Specular reflection 성분으로 구성되어 있다. 1. Ambient reflection 주변 반사는 광원에 직접 노출되지 않는 면에 밝기를 부여하기 위해 ..
Graphics/OpenGL
2020. 10. 19. 17:07