--- --- Test Results

Test Results

{% assign platforms = 'Windows,Darwin,Linux' | split: ',' %} {% assign fileformats = 'fbx,gltf,obj,ply,sbsar,stl' | split: ',' %} {% for platform in platforms %}

{{ platform }}

{% for fileformat in fileformats %}

{{ fileformat }}

{% for image in site.static_files %} {% assign image_path = 'test/baseline/' | append: platform | append: '/' | append: fileformat %} {% if image.path contains image_path %} {% unless image.path contains 'usd_checker_results.json' %}
{{ image.name }}

{{ image.name }}

{% endunless %} {% endif %} {% endfor %}
{% unless fileformat == 'sbsar' %} USD Checker Results {% endunless %} {% endfor %} {% endfor %}