https://github.com/hypesio/webgl_pbr
WebGL PBR Rendering
https://github.com/hypesio/webgl_pbr
open-gl pbr rendering webgl
Last synced: about 1 month ago
JSON representation
WebGL PBR Rendering
- Host: GitHub
- URL: https://github.com/hypesio/webgl_pbr
- Owner: Hypesio
- License: mit
- Created: 2022-09-29T09:15:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T20:31:51.000Z (over 2 years ago)
- Last Synced: 2025-03-29T03:11:31.774Z (about 2 months ago)
- Topics: open-gl, pbr, rendering, webgl
- Language: TypeScript
- Homepage:
- Size: 11 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Gl PBR Rendering
Simple project of a WebGL PBR renderer.
### Support
- Diffuse IBL
- Specular IBL
- Roughness Texture
- Metallic Texture
- Normal Mapping### Examples
 |  |
:---------: | :---------: |
Sphere with different roughness and metallic | Sphere with multiples textures |### Credits
- _Skeleton project made by [David Peicho](https://github.com/DavidPeicho/Teaching/tree/main/pbr)._
- _Textures from [ambientCG](https://ambientcg.com/)_.