Browse Source

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 years ago
parent
commit
a808740195
1 changed files with 2 additions and 2 deletions
  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));