akella / ExplodingObjects

A set of WebGL demos that show an exploding 3D object animation inspired by "Kubrick Life Website: 3D Motion".
https://tympanus.net/codrops/?p=39110
209 stars 52 forks source link

Error parsing json from demo2 to heart #5

Open dada1smo opened 4 years ago

dada1smo commented 4 years ago

Hey, everyone.

I'm trying to implement the demo on a Gatsby project. I've decide to take the shortcut of importing the full scripts instead of converting everything to React. Some things run okay, but I seem to be getting an specific error when parsing the JSON from demo2 to heart.

image

This error keeps showing up in different ways, and I don't quite understand why, since I've kept the JSON pretty much the same.

image

Has anybody encountered a similar problem with JSON parsing?