You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {number} [maxTextureSize=Infinity] - Restricts the image maximum size (both width and height) to the given value.
3568
3573
* @property {Array<AnimationClip>} [animations=[]] - List of animations to be included in the export.
3569
3574
* @property {boolean} [includeCustomExtensions=false] - Export custom glTF extensions defined on an object's `userData.gltfExtensions` property.
3575
+
* @property {boolean} [allowSingleRoot=false] - When exporting a single object, flag it as the single root of the glTF file using the `GODOT_single_root` extension. This is highly recommended, but is false by default for backwards compatibility.
0 commit comments