فهرست منبع

Add field to IExportOptions

Nicholas Barlow 5 سال پیش
والد
کامیت
8941034365
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      serializers/src/glTF/2.0/glTFSerializer.ts

+ 5 - 0
serializers/src/glTF/2.0/glTFSerializer.ts

@@ -30,6 +30,11 @@ export interface IExportOptions {
      * Begin serialization without waiting for the scene to be ready
      * Begin serialization without waiting for the scene to be ready
      */
      */
     exportWithoutWaitingForScene?: boolean;
     exportWithoutWaitingForScene?: boolean;
+
+    /**
+     * Indicates if coordinate system swapping root nodes should be included in export
+     */
+    includeCoordinateSystemConversionNodes?: boolean;
 }
 }
 
 
 /**
 /**