提交 c04224c3 编写于 作者: D Don McCurdy

GLTFLoader: Update docs.

上级 9be4005c
......@@ -37,6 +37,7 @@
<li>KHR_lights_punctual<sup>1</sup></li>
<li>KHR_texture_basisu <i>(experimental)</i></li>
<li>KHR_texture_transform<sup>2</sup></li>
<li>EXT_texture_webp</li>
<li>MSFT_texture_dds</li>
</ul>
......
......@@ -35,6 +35,7 @@
<li>KHR_lights_punctual<sup>1</sup></li>
<li>KHR_texture_basisu <i>(experimental)</i></li>
<li>KHR_texture_transform<sup>2</sup></li>
<li>EXT_texture_webp</li>
<li>MSFT_texture_dds</li>
</ul>
......
......@@ -771,7 +771,7 @@ THREE.GLTFLoader = ( function () {
return this.isSupported;
}
};
/* BINARY EXTENSION */
var BINARY_EXTENSION_HEADER_MAGIC = 'glTF';
......
......@@ -834,7 +834,7 @@ var GLTFLoader = ( function () {
return this.isSupported;
}
};
/* BINARY EXTENSION */
var BINARY_EXTENSION_HEADER_MAGIC = 'glTF';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册