config.json 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "root": "",
  3. "tests": [
  4. {
  5. "title": "Control",
  6. "createMesh": true,
  7. "configuration": {
  8. "extends": "extended"
  9. },
  10. "referenceImage": "Control.png"
  11. },
  12. {
  13. "title": "Diffuse",
  14. "createMesh": true,
  15. "createMaterial": true,
  16. "configuration": {
  17. "extends": "extended",
  18. "castShadow": true,
  19. "model": {
  20. "material": {
  21. "albedoColor": {
  22. "r": 0,
  23. "g": 0,
  24. "b": 1
  25. },
  26. "reflectivityColor": {
  27. "r": 0,
  28. "g": 0,
  29. "b": 0
  30. },
  31. "microSurface": 0
  32. }
  33. }
  34. },
  35. "referenceImage": "Diffuse.png"
  36. },
  37. {
  38. "title": "BrainStem",
  39. "configuration": {
  40. "extends": "extended",
  41. "skybox": {
  42. "cubeTexture": {
  43. "url": "/dist/assets/environment/DefaultSkybox_cube_radiance_256.dds",
  44. "gammaSpace": false
  45. }
  46. }
  47. },
  48. "model": "/dist/assets/BrainStem/BrainStem.gltf",
  49. "referenceImage": "BrainStem.png"
  50. },
  51. {
  52. "title": "BrainStem Animation",
  53. "configuration": {
  54. "extends": "extended",
  55. "skybox": {
  56. "cubeTexture": {
  57. "url": "/dist/assets/environment/DefaultSkybox_cube_radiance_256.dds",
  58. "gammaSpace": false
  59. }
  60. },
  61. "model": {
  62. "animation": {
  63. "autoStart": true
  64. }
  65. }
  66. },
  67. "waitForFrame": 80,
  68. "model": "/dist/assets/BrainStem/BrainStem.gltf",
  69. "referenceImage": "BrainStemAnimation1.png"
  70. },
  71. {
  72. "title": "BrainStem transformation",
  73. "configuration": {
  74. "extends": "extended",
  75. "model": {
  76. "position": {
  77. "x": 0.2,
  78. "y": 0
  79. },
  80. "rotation": {
  81. "y": 0.9
  82. }
  83. },
  84. "skybox": {
  85. "cubeTexture": {
  86. "url": "/dist/assets/environment/DefaultSkybox_cube_radiance_256.dds",
  87. "gammaSpace": false
  88. }
  89. }
  90. },
  91. "model": "/dist/assets/BrainStem/BrainStem.gltf",
  92. "referenceImage": "BrainStemTransformation.png"
  93. }
  94. ]
  95. }