Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table of Contents for README #165

Merged
1 commit merged into from
Jan 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ This is the offical Khronos glTF 2.0 reference viewer using [WebGL](https://www.

This project is meant to be a barebones reference for developers looking to explore the widespread and robust capabilities of Physically Based materials within a WebGL project that isn't tied to any external graphics libraries.

<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Features](#features)
- [Usage](#usage)
- [Setup](#setup)
- [Debugging](#debugging)
- [Physically-Based Materials in glTF 2.0](#physically-based-materials-in-gltf-20)
- [Using Metallic-Roughness to Shade](#using-metallic-roughness-to-shade)
- [Environment Maps](#environment-maps)
- [BRDF](#brdf)
- [Diffuse and Specular Color](#diffuse-and-specular-color)
- [Final Color](#final-color)
- [Appendix](#appendix)
- [Surface Reflection Ratio (F)](#surface-reflection-ratio-f)
- [Geometric Occlusion (G)](#geometric-occlusion-g)
- [Microfaced Distribution (D)](#microfaced-distribution-d)
- [Diffuse Term](#diffuse-term)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Features
--------

Expand Down