提交 7ae7b5ba 编写于 作者: T Takahiro

GLTFExporter: Add a comment for image cache.

上级 81aef391
......@@ -448,6 +448,8 @@ THREE.GLTFExporter.prototype = {
*/
function processImage( map ) {
// @QUESTION Needs image cache for the case where two different textures share the same image?
if ( ! outputJSON.images ) {
outputJSON.images = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册