Browse Source

Merge pull request #16057 from aardgoose/gltf-mod-fixes

add missing import
Mr.doob 6 years ago
parent
commit
1433383c24
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/jsm/exporters/GLTFExporter.js

+ 1 - 0
examples/jsm/exporters/GLTFExporter.js

@@ -10,6 +10,7 @@ import {
 	ClampToEdgeWrapping,
 	DoubleSide,
 	InterpolateDiscrete,
+	InterpolateLinear,
 	LinearFilter,
 	LinearMipMapLinearFilter,
 	LinearMipMapNearestFilter,