Skip to content

Commit

Permalink
Update The_6_Platonic_Solids.js
Browse files Browse the repository at this point in the history
  • Loading branch information
erichlof authored Nov 27, 2023
1 parent b638c50 commit facff4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/The_6_Platonic_Solids.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ function updateVariablesAndUniforms()

marbleTexture = textureLoader.load(
// resource URL
'textures/marble.png',
'textures/marble0.png',

// onLoad callback
function (texture)
Expand All @@ -507,4 +507,4 @@ marbleTexture = textureLoader.load(
if (numOfImageTexturesLoaded == imageTexturesTotalCount)
load_GLTF_Model(); // load model, init app, and start animating
}
);
);

0 comments on commit facff4d

Please sign in to comment.