You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

example-multires.json 309 B

10 年之前
123456789101112131415
  1. {
  2. "title": "Multires Test",
  3. "type": "multires",
  4. "multiRes": {
  5. "basePath": "./multires",
  6. "path": "/%l/%s%x%y",
  7. "fallbackPath": "/fallback/%s",
  8. "extension": "png",
  9. "tileResolution": 256,
  10. "maxLevel": 4,
  11. "cubeResolution": 2048
  12. }
  13. }