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
- GLM
- vscode
- WebMapServiceImageryProvider
- Visual Studio
- lighting model
- 탄젠트 공간
- CesiumJS
- glad
- OpenGL
- 지오서버
- 세슘
- CeisumJS
- 브이월드
- WMS
- Specular
- vs code
- Phong
- WebMercatorTilingScheme
- GetTile
- Diffuse
- VBO
- 세슘JS
- visual studio code
- WebMapService
- GLFW
- Cesium
- WMTS
- V-World
- WebMapTileService
- Geoserver
Archives
- Today
- Total
목록lighting (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