浏览代码

Merge branch 'update-EXT_mesh_gpu_instancing-name' of https://github.com/Drigax/Babylon.js into update-EXT_mesh_gpu_instancing-name

Nicholas Barlow 5 年之前
父节点
当前提交
a808740195
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      loaders/src/glTF/2.0/Extensions/EXT_mesh_gpu_instancing.ts

+ 2 - 2
loaders/src/glTF/2.0/Extensions/EXT_mesh_gpu_instancing.ts

@@ -17,7 +17,7 @@ interface IEXTMeshGpuInstancing {
 
 /**
  * [Proposed Specification](https://github.com/KhronosGroup/glTF/pull/1691)
- * [Playground Sample](https://playground.babylonjs.com/#QFIGLW#3)
+ * [Playground Sample](https://playground.babylonjs.com/#QFIGLW#9)
  * !!! Experimental Extension Subject to Changes !!!
  */
 export class EXT_mesh_gpu_instancing implements IGLTFLoaderExtension {
@@ -109,4 +109,4 @@ export class EXT_mesh_gpu_instancing implements IGLTFLoaderExtension {
     }
 }
 
-GLTFLoader.RegisterExtension(NAME, (loader) => new EXT_mesh_gpu_instancing(loader));
+GLTFLoader.RegisterExtension(NAME, (loader) => new EXT_mesh_gpu_instancing(loader));