Browse Source

camera exposure value

Raanan Weber 7 years ago
parent
commit
f008b658bf
1 changed files with 2 additions and 1 deletions
  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;