Removed elevation default from unreferenced model view (replaced with RGB)

pull/123/head
Piero Toffanin 2017-03-19 12:42:35 -04:00
rodzic 332fb94991
commit 2652062043
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -72,7 +72,7 @@ class ModelView extends React.Component {
sizeType: "Adaptive", // options: "Fixed", "Attenuated", "Adaptive"
quality: "Interpolation", // options: "Squares", "Circles", "Interpolation", "Splats"
fov: 75, // field of view in degree
material: this.hasGeoreferencedAssets() ? "RGB" : "Elevation", // options: "RGB", "Height", "Intensity", "Classification"
material: "RGB", // options: "RGB", "Height", "Intensity", "Classification"
pointLimit: 1, // max number of points in millions
navigation: "Orbit", // options: "Earth", "Orbit", "Flight"
pointSize: 1.2