From 118b5a69eff9ca2db1427568acc0f8a1aee4d2a6 Mon Sep 17 00:00:00 2001 From: Rezmason Date: Mon, 3 Sep 2018 00:18:25 -0700 Subject: [PATCH] Moving Matrix material into its own file --- index.html | 53 +++----------------------------------------- js/MatrixMaterial.js | 50 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 50 deletions(-) create mode 100644 js/MatrixMaterial.js diff --git a/index.html b/index.html index 09bf40b..3a6051d 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,8 @@ + +