-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: json descriptions of examples with multi-lingual support
- Loading branch information
Showing
9 changed files
with
72 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"slug": "brdf_lambertian", | ||
"en": { | ||
"name": "Lambertian Diffuse BRDF", | ||
"description": "", | ||
"keywords": [ "brdf", "lambert", "lambertian", "diffuse" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"slug": "brdf_specular_ggx", | ||
"en": { | ||
"name": "GGX Specular BRDF", | ||
"description": "", | ||
"keywords": [ "brdf", "specular", "ggx", "reflection" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"slug": "brdf_specular_ggx_anisotropic", | ||
"en": { | ||
"name": "GGX Specular Anisotropic BRDF", | ||
"description": "", | ||
"keywords": [ "brdf", "specular", "ggx", "reflection", "anisotropic" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"slug": "microgeometry_normals", | ||
"en": { | ||
"name": "Normal Map Microgeometry", | ||
"description": "", | ||
"keywords": [ "microgeometry", "normal", "map", "perturbation", "mapping" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"slug": "microgeometry_bump", | ||
"en": { | ||
"name": "Bump Map Microgeometry", | ||
"description": "", | ||
"keywords": [ "microgeometry", "bump", "map", "perturbation", "mapping" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"slug": "brdf_clear_coat_specular", | ||
"en": { | ||
"name": "Clear Coat Specular BRDF", | ||
"description": "", | ||
"keywords": [ "brdf", "specular", "clearcoat", "reflection" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"slug": "brdf_sheen", | ||
"en": { | ||
"name": "Sheen BRDF", | ||
"description": "", | ||
"keywords": [ "brdf", "sheen", "fabric", "cloth" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"slug": "microgeometry_displacement", | ||
"en": { | ||
"name": "Displacement Map Microgeometry", | ||
"description": "", | ||
"keywords": [ "microgeometry", "displacement", "map", "perturbation", "mapping" ] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"slug": "microgeometry_normals_reference", | ||
"en": { | ||
"name": "Normal Map Microgeometry Reference", | ||
"description": "", | ||
"keywords": [ "microgeometry", "normal", "map", "perturbation", "mapping", "reference" ] | ||
} | ||
} |