Removed extra slash (#570)

This commit is contained in:
गोपालः शर्माः
2018-12-04 01:43:41 +05:30
committed by Romain Guy
parent 6d68a4a4c6
commit 97dfd1ea95

View File

@@ -27,7 +27,7 @@ badges above.
real-time physically based rendering, the graphics capabilities and implementation of Filament.
This document explains the math and reasoning behind most of our decisions. This document is a
good introduction to PBR for graphics programmers.
- [Materials](https://google.github.io/filament//Materials.md.html), the full reference
- [Materials](https://google.github.io/filament/Materials.md.html), the full reference
documentation for our material system. This document explains our different material models, how
to use the material compiler `matc` and how to write custom materials.
- [Material Properties](https://google.github.io/filament/Material%20Properties.pdf), a reference