Kaynağa Gözat

camera exposure value

Raanan Weber 7 yıl önce
ebeveyn
işleme
f008b658bf
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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;