Added missing transparent material
This commit is contained in:
parent
a4fa9598da
commit
d528357437
3
js/prototype/initScene.js
vendored
3
js/prototype/initScene.js
vendored
@ -790,7 +790,8 @@ function initSponzaScene(scene, collidableObjects, loader, static_path) {
|
||||
console.log("Starting loading...");
|
||||
var mesh = ProgressiveLoader('static/data/sponza/sponza.obj', scene, materialCreator, [
|
||||
'chain',
|
||||
'leaf'
|
||||
'leaf',
|
||||
'Material__57'
|
||||
]);
|
||||
|
||||
// object.position.z -= 10.9;
|
||||
|
Loading…
x
Reference in New Issue
Block a user