Skip to content
Snippets Groups Projects
Commit e42641a8 authored by RIFI Zaynab's avatar RIFI Zaynab
Browse files

Update file script.js

parent 804bf7c0
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ function loadSkull() { ...@@ -153,7 +153,7 @@ function loadSkull() {
const crackMap = textureLoader.load('textures/crack-3.png'); const crackMap = textureLoader.load('textures/crack-3.png');
loader.load( loader.load(
'skul.obj', 'skull.obj',
function(object) { function(object) {
skull = object; skull = object;
skull.scale.set(6, 6, 6); skull.scale.set(6, 6, 6);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment