소스 검색

Lower order of transmission extension so as not to override IOR

Michael Bond 5 년 전
부모
커밋
3d1252e32a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      loaders/src/glTF/2.0/Extensions/KHR_materials_transmission.ts

+ 1 - 1
loaders/src/glTF/2.0/Extensions/KHR_materials_transmission.ts

@@ -31,7 +31,7 @@ export class KHR_materials_transmission implements IGLTFLoaderExtension {
     /**
     /**
      * Defines a number that determines the order the extensions are applied.
      * Defines a number that determines the order the extensions are applied.
      */
      */
-    public order = 190;
+    public order = 175;
 
 
     private _loader: GLTFLoader;
     private _loader: GLTFLoader;