@@ -36,7 +36,7 @@ export class KHR_materials_clearcoat implements IGLTFLoaderExtension {
/**
* Defines a number that determines the order the extensions are applied.
*/
- public order = 220;
+ public order = 190;
private _loader: GLTFLoader;
@@ -34,7 +34,7 @@ export class KHR_materials_sheen implements IGLTFLoaderExtension {
- public order = 240;
@@ -32,7 +32,7 @@ export class KHR_materials_specular implements IGLTFLoaderExtension {
- public order = 230;