Skip to content

Commit

Permalink
Add example brdf data and brdf schema
Browse files Browse the repository at this point in the history
Signed-off-by: ClemensLinnhoff <[email protected]>
  • Loading branch information
ClemensLinnhoff committed Oct 14, 2024
1 parent 7e069fc commit 7b4eb4f
Show file tree
Hide file tree
Showing 5 changed files with 13,288 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/validate-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ jobs:
with:
schema: ./schemas/material_emp_schema.json
file: ./examples/*_emp.xompt

- name: Validate brdf JSON schemas
uses: cardinalby/schema-validator-action@v3
with:
schema: ./schemas/material_brdf_schema.json
file: ./examples/*_brdf.xompt
Loading

0 comments on commit 7b4eb4f

Please sign in to comment.