From 97bf6eb82bf9b5bed88b499a768f1dd71a392711 Mon Sep 17 00:00:00 2001 From: Takahiro Date: Sun, 25 Feb 2018 23:11:22 +0900 Subject: [PATCH] GLTFExporter Doc: Add forcePowerOfTwoTextures option --- docs/examples/exporters/GLTFExporter.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/exporters/GLTFExporter.html b/docs/examples/exporters/GLTFExporter.html index c27b19d414..e52ddebaed 100644 --- a/docs/examples/exporters/GLTFExporter.html +++ b/docs/examples/exporters/GLTFExporter.html @@ -82,6 +82,7 @@ exporter.parse( [ scene1, object1, object2, scene2 ], ...)
  • embedImages - bool. Export with images embedded into the glTF asset. Default is true.
  • animations - Array<[page:AnimationClip AnimationClip]>. List of animations to be included in the export.
  • forceIndices - bool. Generate indices for non-index geometry and export with it. Default is false.
  • +
  • forcePowerOfTwoTextures - bool. Export with images resized to POT size. This option works only if embedImages is true. Default is false.
  • -- GitLab