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
<li>onlyVisible - bool. Export only visible objects. Default is true.</li>
120
120
<li>truncateDrawRange - bool. Export just the attributes within the drawRange, if defined, instead of exporting the whole array. Default is true.</li>
121
121
<li>binary - bool. Export in binary (.glb) format, returning an ArrayBuffer. Default is false.</li>
122
-
<li>embedImages - bool. Export with images embedded into the glTF asset. Default is true.</li>
123
-
<li>maxTextureSize - int. Restricts the image maximum size (both width and height) to the given value. This option works only if embedImages is true. Default is Infinity.</li>
122
+
<li>maxTextureSize - int. Restricts the image maximum size (both width and height) to the given value. Default is Infinity.</li>
124
123
<li>animations - Array<[page:AnimationClip AnimationClip]>. List of animations to be included in the export.</li>
125
124
<li>forceIndices - bool. Generate indices for non-index geometry and export with them. Default is false.</li>
126
125
<li>includeCustomExtensions - bool. Export custom glTF extensions defined on an object's <em>userData.gltfExtensions</em> property. Default is false.</li>
<li>onlyVisible - bool. Export only visible objects. Default is true.</li>
120
120
<li>truncateDrawRange - bool. Export just the attributes within the drawRange, if defined, instead of exporting the whole array. Default is true.</li>
121
121
<li>binary - bool. Export in binary (.glb) format, returning an ArrayBuffer. Default is false.</li>
122
-
<li>embedImages - bool. Export with images embedded into the glTF asset. Default is true.</li>
123
-
<li>maxTextureSize - int. Restricts the image maximum size (both width and height) to the given value. This option works only if embedImages is true. Default is Infinity.</li>
122
+
<li>maxTextureSize - int. Restricts the image maximum size (both width and height) to the given value. Default is Infinity.</li>
124
123
<li>animations - Array<[page:AnimationClip AnimationClip]>. List of animations to be included in the export.</li>
125
124
<li>forceIndices - bool. Generate indices for non-index geometry and export with them. Default is false.</li>
126
125
<li>includeCustomExtensions - bool. Export custom glTF extensions defined on an object's <em>userData.gltfExtensions</em> property. Default is false.</li>
0 commit comments