模型场景信息报告
- Format: glTF {{info.version}}
{{#if generator}}
-
Generator: {{generator.name}}
{{#if generator.docsURL}}(docs){{/if}}
{{#if generator.bugsURL}}(bugs){{/if}}
{{else}}
- Generator: {{info.generator}}
{{/if}}
{{#if info.extras}}
{{#if info.extras.title}}- Title: {{info.extras.title}}
{{/if}}
{{#if info.extras.author}}- Author: {{{info.extras.author}}}
{{/if}}
{{#if info.extras.license}}- License: {{{info.extras.license}}}
{{/if}}
{{#if info.extras.source}}- Source: {{{info.extras.source}}}
{{/if}}
{{/if}}
-
Stats:
- {{info.animationsCount}} animations
- {{info.materialsCount}} materials
- {{info.meshesCount}} meshes
- {{info.nodesCount}} nodes
- {{info.primitivesCount}} primitives
- {{info.texturesCount}} textures
-
Extensions: {{#unless info.extensionsUsed}}None{{/unless}}
{{#if info.extensionsUsed}}
{{#each info.extensionsUsed}}
- {{this}}
{{/each}}
NOTE: Extensions above are present in the model, but may or may not be recognized by this
viewer. Any "UNSUPPORTED_EXTENSION" warnings below refer only to extensions that could not
be scanned by the validation suite, and may still have rendered correctly. See:
{{/if}}
Report generated by
{{validatorVersion}}.
{{#if issues.numErrors}}
{{> issuesTable messages=errors color="#f44336" title="Error"}}
{{/if}}
{{#if issues.numWarnings}}
{{> issuesTable messages=warnings color="#f9a825" title="Warning"}}
{{/if}}
{{#if issues.numHints}}
{{> issuesTable messages=hints color="#8bc34a" title="Hint"}}
{{/if}}
{{#if issues.numInfos}}
{{> issuesTable messages=infos color="#2196f3" title="Info"}}
{{/if}}