From 1227f47151afea7d38b61be30abc1f7a2d54ca45 Mon Sep 17 00:00:00 2001 From: Matt Brown Date: Mon, 30 Jul 2018 13:45:30 -0700 Subject: [PATCH] fixed typo BPR in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index affb2d0..7ec8fab 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ There are three future enhancements we hope to see for animations: ### Materials -With glTF 2.0, we leaped headlong into physically-based rendering (BPR), where +With glTF 2.0, we leaped headlong into physically-based rendering (PBR), where the canonical way of expressing what a mesh looks like is by describing its visible material in fundamental attributes like "how rough is this surface".