Explorar o código

camera exposure value

Raanan Weber %!s(int64=7) %!d(string=hai) anos
pai
achega
f008b658bf
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      Viewer/src/configuration/configuration.ts

+ 2 - 1
Viewer/src/configuration/configuration.ts

@@ -201,7 +201,7 @@ export interface IGroundConfiguration {
     texture?: string;
     color?: { r: number, g: number, b: number };
     opacity?: number;
-    material?: { // deprecated!
+    material?: {
         [propName: string]: any;
     };
 }
@@ -357,6 +357,7 @@ export interface ICameraConfiguration {
     minZ?: number;
     maxZ?: number;
     inertia?: number;
+    exposure?: number;
     behaviors?: {
         [name: string]: number | {
             type: number;