From 704f2285b940e4b20ef669412472310a68cd1315 Mon Sep 17 00:00:00 2001 From: Ben Houston Date: Wed, 21 Oct 2015 10:58:41 -0400 Subject: [PATCH] simple material variations for phong and physical. --- .../webgl_materials_phong_variations.html | 245 ++++++++++++++++++ .../webgl_materials_physical_variations.html | 242 +++++++++++++++++ 2 files changed, 487 insertions(+) create mode 100644 examples/webgl_materials_phong_variations.html create mode 100644 examples/webgl_materials_physical_variations.html diff --git a/examples/webgl_materials_phong_variations.html b/examples/webgl_materials_phong_variations.html new file mode 100644 index 0000000000..b9258f84be --- /dev/null +++ b/examples/webgl_materials_phong_variations.html @@ -0,0 +1,245 @@ + + + + three.js webgl - materials + + + + + + +
+
three.js - Phong Material Variantions by Ben Houston.
+ + + + + + + + + + + + + + + diff --git a/examples/webgl_materials_physical_variations.html b/examples/webgl_materials_physical_variations.html new file mode 100644 index 0000000000..9586e5248a --- /dev/null +++ b/examples/webgl_materials_physical_variations.html @@ -0,0 +1,242 @@ + + + + three.js webgl - materials + + + + + + +
+
three.js - Physical Material Variantions by Ben Houston.
+ + + + + + + + + + + + + + -- GitLab