fish uncle
fish uncle
> [您可以在其中](https://github.com/AnalyticalGraphicsInc/3d-tiles-samples/tree/master/tilesets/TilesetWithDiscreteLOD)找到 LOD 示例数据,这为您提供了在 3D Tiles 中实现 LOD 的想法。 > > 理解之后,就可以按照以下步骤制作LOD瓦片集了: > > * 导出 `.obj`具有不同详细程度的模型。 > * 使用 obj23dtiles 将它们转换为`.b3dm`. > * `tileset.json`按照示例数据的文件创建或修改`tileset.json`文件。 > > 我希望这足够清楚。 链接失效了,能再提供个链接吗?
> Can Vue be directly supported now How to configure
``` cMapUrl="https://unpkg.com/[email protected]/cmaps/" ```
> > stable and beta versions are not updated yet you can try canary until then > > OK, thanks. By the way, may I know > > * AFFINE_ADMIN_EMAIL=xxx@xxxcom...
By the way, I see that AFFiNE Cloud storage is 10GB, and there is a storage limit for self hosted?
> It's actually quite simple to configure the mailing service. After deployment, I took a look inside the configuration directory which includes a file named `affine.env.js` containing all possible environment...
``` services: affine: image: ghcr.io/toeverything/affine-graphql:canary container_name: affine_selfhosted command: ['sh', '-c', 'node ./scripts/self-host-predeploy && node ./dist/index.js'] ports: - '3010:3010' - '5555:5555' depends_on: redis: condition: service_healthy postgres: condition: service_healthy volumes: # custom...
[apitable (2).csv](https://github.com/apitable/apitable/files/11949994/apitable.2.csv)
``` services: cherry: environment: MAIL_ENABLED: "true" MAIL_HOST: "smtp.163.com" MAIL_PASSWORD: "****" MAIL_PORT: "465" MAIL_USERNAME: "****" PUBLIC_URL: "****" SERVER_DOMAIN: "****" CALLBACK_DOMAIN: "****" image: apitable/all-in-one:v0.22.0-alpha_1453 container_name: apitable restart: unless-stopped ports: - 7088:80 volumes:...