diff --git a/js/The_6_Platonic_Solids.js b/js/The_6_Platonic_Solids.js index c4a29a5..1d5a14a 100644 --- a/js/The_6_Platonic_Solids.js +++ b/js/The_6_Platonic_Solids.js @@ -490,7 +490,7 @@ function updateVariablesAndUniforms() marbleTexture = textureLoader.load( // resource URL - 'textures/marble.png', + 'textures/marble0.png', // onLoad callback function (texture) @@ -507,4 +507,4 @@ marbleTexture = textureLoader.load( if (numOfImageTexturesLoaded == imageTexturesTotalCount) load_GLTF_Model(); // load model, init app, and start animating } -); \ No newline at end of file +);