1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- {
- "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
- },
- "rotation": {
- "y": 0.9
- }
- }
- },
- "model": "/dist/assets/BrainStem/BrainStem.gltf",
- "referenceImage": "BrainStemTransformation.png"
- }
- ]
- }
|