未验证 提交 069e6c69 编写于 作者: H heqiang 提交者: GitHub

DRACOExporter.js : modify the error message. (#21978)

上级 46485726
......@@ -35,7 +35,7 @@
if ( DracoEncoderModule === undefined ) {
throw new Error( 'THREE.DRACOExporter: required the draco_decoder to work.' );
throw new Error( 'THREE.DRACOExporter: required the draco_encoder to work.' );
}
......
......@@ -34,7 +34,7 @@ class DRACOExporter {
if ( DracoEncoderModule === undefined ) {
throw new Error( 'THREE.DRACOExporter: required the draco_decoder to work.' );
throw new Error( 'THREE.DRACOExporter: required the draco_encoder to work.' );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册