{
  "id": "scenic3d",
  "title": "Scenic 3D \u2014 3D Models on the Canvas",
  "description": "Stand true 3D models on your 2D Foundry canvas \u2014 ships, landmarks, props \u2014 with convincing parallax, real-time sun shadows, and full pan/zoom synchronization. Provides the 3D ships used by the Ocean module, and works standalone for 3D scenery.",
  "version": "1.0.0",
  "manifest": "https://r2.foundryvtt.com/packages-public/scenic3d/module.json",
  "url": "https://www.patreon.com/Reslinfvtt",
  "compatibility": {
    "minimum": "13",
    "verified": "14",
    "maximum": "14"
  },
  "authors": [
    {
      "name": "Reslin"
    }
  ],
  "socket": false,
  "protected": true,
  "esmodules": [
    "scripts/scenic3d.mjs"
  ],
  "languages": [
    {
      "lang": "en",
      "name": "English",
      "path": "lang/en.json"
    },
    {
      "lang": "cn",
      "name": "\u7b80\u4f53\u4e2d\u6587",
      "path": "lang/cn.json"
    }
  ]
}