提交 fdf1652d 编写于 作者: M Mugen87

Update JSM.

上级 f4aa0375
......@@ -333,8 +333,7 @@ var GLTFLoader = ( function () {
/**
* DDS Texture Extension
*
* Specification:
* https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Vendor/MSFT_texture_dds
* Specification: https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Vendor/MSFT_texture_dds
*
*/
function GLTFTextureDDSExtension( ddsLoader ) {
......@@ -351,9 +350,9 @@ var GLTFLoader = ( function () {
}
/**
* Lights Extension
* Punctual Lights Extension
*
* Specification: PENDING
* Specification: https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_lights_punctual
*/
function GLTFLightsExtension( json ) {
......@@ -420,9 +419,9 @@ var GLTFLoader = ( function () {
};
/**
* Unlit Materials Extension (pending)
* Unlit Materials Extension
*
* PR: https://github.com/KhronosGroup/glTF/pull/1163
* Specification: https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_materials_unlit
*/
function GLTFMaterialsUnlitExtension() {
......@@ -537,7 +536,7 @@ var GLTFLoader = ( function () {
/**
* DRACO Mesh Compression Extension
*
* Specification: https://github.com/KhronosGroup/glTF/pull/874
* Specification: https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_draco_mesh_compression
*/
function GLTFDracoMeshCompressionExtension( json, dracoLoader ) {
......@@ -615,7 +614,7 @@ var GLTFLoader = ( function () {
/**
* Texture Transform Extension
*
* Specification:
* Specification: https://github.com/KhronosGroup/glTF/tree/master/extensions/2.0/Khronos/KHR_texture_transform
*/
function GLTFTextureTransformExtension() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册