config.json 475 B

123456789101112131415161718192021
  1. {
  2. "animate": false,
  3. "refreshrate": 1.0,
  4. "uniforms": [
  5. {
  6. "type": "float",
  7. "name": "dirtAmplifier",
  8. "value": "6.0"
  9. }
  10. ],
  11. "sampler2Ds": [
  12. {
  13. "sample2Dname": "dirtSampler",
  14. "textureRelativeUrl": "textures/dirt.jpg"
  15. },
  16. {
  17. "sample2Dname": "grassSampler",
  18. "textureRelativeUrl": "textures/grass.png"
  19. }
  20. ]
  21. }