From 7d1939475b1535ff359449fa2b118e8464f55cf7 Mon Sep 17 00:00:00 2001 From: MJimRenman Date: Sat, 29 Jun 2019 13:06:50 -0400 Subject: [PATCH] Create breaking-changes hey man, It seems that Aframe-material doesn't work past aframe 0.6.1. I have a cloned copy, on my website, and it works wonderfully at aframe 0.6.1. but i have not been able to get it to work with aframe 0.7.x., aframe 0.8.x., nor aframe 0.9.2. I figure that something Aframe-material used was changed in the newer version of aframe, and now it no longer functions. i compared changes made, with a tool here on Github, but i couldn't nail down what the problem is Maybe I am wrong, maybe it works and I missing something simple? I dont know. but that's why i have reached out to you; Hoping you can shed some light on this, or point me in the right direction? I appreciate the nice work on Aframe-material. Just what I needed to improve my scene substantially. also, the google resonance thing is cool, too. -MJimRenman87 --- breaking-changes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 breaking-changes diff --git a/breaking-changes b/breaking-changes new file mode 100644 index 0000000..b987a60 --- /dev/null +++ b/breaking-changes @@ -0,0 +1,13 @@ +hey man, + + It seems that Aframe-material doesn't work past aframe 0.6.1. I have a cloned copy, on my website, and it works wonderfully at aframe 0.6.1. + but i have not been able to get it to work with aframe 0.7.x., aframe 0.8.x., nor aframe 0.9.2. + I figure that something Aframe-material used was changed in the newer version of aframe, and now it no longer functions. + i compared changes made, with a tool here on Github, but i couldn't nail down what the problem is + Maybe I am wrong, maybe it works and I missing something simple? I dont know. + but that's why I have reached out to you; Hoping you can shed some light on this, or point me in the right direction? + + I appreciate the nice work on Aframe-material. Just what I needed to improve my scene substantially. + also, the google resonance thing is cool, too. + + -MJimRenman87