| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "root": "",
- "tests": [
- {
- "title": "Control",
- "createMesh": true,
- "configuration": {
- "extends": "extended, shadowDirectionalLight"
- },
- "referenceImage": "Control.png"
- },
- {
- "title": "Diffuse",
- "createMesh": true,
- "createMaterial": true,
- "configuration": {
- "extends": "extended, shadowDirectionalLight",
- "castShadow": true,
- "model": {
- "material": {
- "albedoColor": {
- "r": 0,
- "g": 0,
- "b": 1
- },
- "reflectivityColor": {
- "r": 0,
- "g": 0,
- "b": 0
- },
- "microSurface": 0
- }
- }
- },
- "referenceImage": "Diffuse.png"
- },
- {
- "title": "Specular {{glos * 20}} - {{spec * 20}}",
- "createMesh": true,
- "createMaterial": true,
- "repeatVariables": "glos,spec",
- "repeatTimes": "6,6",
- "configuration": {
- "extends": "extended, shadowDirectionalLight",
- "castShadow": true,
- "model": {
- "material": {
- "albedoColor": {
- "r": 0,
- "g": 0,
- "b": 1
- },
- "reflectivityColor": {
- "r": "{{spec / 5}}",
- "g": "{{spec / 5}}",
- "b": "{{spec / 5}}"
- },
- "microSurface": "{{glos / 5}}"
- }
- }
- },
- "referenceImage": "Specular{{glos * 20}}-{{spec * 20}}.png"
- },
- {
- "title": "BrainStem",
- "configuration": {
- "extends": "extended, shadowDirectionalLight"
- },
- "model": "/dist/assets/BrainStem/BrainStem.gltf",
- "referenceImage": "BrainStem.png"
- },
- {
- "title": "BrainStem transformation",
- "configuration": {
- "extends": "extended, shadowDirectionalLight",
- "camera": {
- "disableAutoFocus": true
- },
- "model": {
- "position": {
- "x": 0.2,
- "y": 0
- },
- "rotation": {
- "y": 0.9
- }
- }
- },
- "model": "/dist/assets/BrainStem/BrainStem.gltf",
- "referenceImage": "BrainStemTransformation.png"
- }
- ]
- }
|