Fixed base layer not appearing in skybox scenes

master
Robin Hawkes 2016-03-21 17:30:48 +00:00
rodzic 643b3ae36d
commit 3f2fe5e7a0
4 zmienionych plików z 6 dodań i 4 usunięć

1
dist/vizicities.js vendored
Wyświetl plik

@ -15148,6 +15148,7 @@ return /******/ (function(modules) { // webpackBootstrap
});
} else {
material = new _three2['default'].MeshStandardMaterial({
map: texture,
depthWrite: false
});
material.roughness = 1;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Wyświetl plik

@ -35,6 +35,7 @@ export default function(colour, skyboxTarget) {
});
} else {
material = new THREE.MeshStandardMaterial({
map: texture,
depthWrite: false
});
material.roughness = 1;