Browse Source

Add playground sample.

sebavan 5 năm trước cách đây
mục cha
commit
725b303753

+ 2 - 0
loaders/src/glTF/2.0/Extensions/KHR_materials_clearcoat.ts

@@ -19,6 +19,8 @@ interface IKHR_materials_clearcoat {
 
 /**
  * [Proposed Specification](https://github.com/KhronosGroup/glTF/pull/1677)
+ * [Playground Sample](https://www.babylonjs-playground.com/#7F7PN6)
+ * !!! Experimental Extension Subject to Changes !!!
  */
 export class KHR_materials_clearcoat implements IGLTFLoaderExtension {
     /**

+ 1 - 0
loaders/src/glTF/2.0/Extensions/KHR_materials_specular.ts

@@ -15,6 +15,7 @@ interface IKHR_materials_specular {
 
 /**
  * [Proposed Specification](https://github.com/KhronosGroup/glTF/pull/1677)
+ * !!! Experimental Extension Subject to Changes !!!
  */
 export class KHR_materials_specular implements IGLTFLoaderExtension {
     /**