Merge pull request #123 from pierotofy/unrefcolorlas

Removed elevation default from unreferenced model view (replaced with…
pull/125/head
Piero Toffanin 2017-03-19 12:59:09 -04:00 zatwierdzone przez GitHub
commit cc979283d7
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