Browse Source

configure the scene's default material

Raanan Weber 7 năm trước cách đây
mục cha
commit
8fd69cd02d
2 tập tin đã thay đổi với 54 bổ sung38 xóa
  1. 4 0
      Viewer/src/configuration/configuration.ts
  2. 50 38
      Viewer/src/viewer/sceneManager.ts

+ 4 - 0
Viewer/src/configuration/configuration.ts

@@ -220,6 +220,10 @@ export interface ISceneConfiguration {
     disableCameraControl?: boolean;
     animationPropertiesOverride?: {
         [propName: string]: any;
+    };
+    defaultMaterial?: {
+        materialType: "standard" | "pbr";
+        [propName: string]: any;
     }
 }
 

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 50 - 38
Viewer/src/viewer/sceneManager.ts