提交 97bf6eb8 编写于 作者: T Takahiro

GLTFExporter Doc: Add forcePowerOfTwoTextures option

上级 0b345258
......@@ -82,6 +82,7 @@ exporter.parse( [ scene1, object1, object2, scene2 ], ...)
<li>embedImages - bool. Export with images embedded into the glTF asset. Default is true.</li>
<li>animations - Array<[page:AnimationClip AnimationClip]>. List of animations to be included in the export.
<li>forceIndices - bool. Generate indices for non-index geometry and export with it. Default is false.</li>
<li>forcePowerOfTwoTextures - bool. Export with images resized to POT size. This option works only if embedImages is true. Default is false.</li>
</ul>
</div>
<div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册