diff --git a/index.html b/index.html index a1de7704..9b059f59 100644 --- a/index.html +++ b/index.html @@ -263,23 +263,52 @@

Display

+ + + +
+ +

glTF Validator

+
+

Number of errors: {{validationReport?.issues?.numErrors ?? 0}}

+

Number of warnings: {{validationReport?.issues?.numWarnings ?? 0}}

+

Number of infos: {{validationReport?.issues?.numInfos ?? 0}}

+
+ + + Powered by glTF-Validator + +
+
+
+ @click="collapseActiveTab($event, 3)">

Animation

Animation
+ @click="collapseActiveTab($event, 4)">

Model Credits

Copyright:
{{ assetCopyright }}
Generated by:
{{ assetGenerator }}
@@ -335,21 +364,21 @@

{{ xmp ? "XMP" : "" }}

+ @click="collapseActiveTab($event, 5)">

Advanced Controls