config.json 691 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "ground": {
  3. "material": {
  4. "primaryColorHighlightLevel": 0.05
  5. }
  6. },
  7. "skybox": {
  8. "cubeTexture": {
  9. "url": "Skybox_3.0-256.dds"
  10. },
  11. "material": {
  12. "primaryColorShadowLevel": 0.1
  13. }
  14. },
  15. "scene": {
  16. "imageProcessingConfiguration": {
  17. "vignetteWeight": 0
  18. },
  19. "mainColor": {
  20. "r": 0.9607843137254902,
  21. "g": 0.9607843137254902,
  22. "b": 0.9607843137254902
  23. }
  24. },
  25. "templates": {
  26. "navBar": {
  27. "params": {
  28. "hideHdButton": false
  29. }
  30. }
  31. }
  32. }