# 全景图规范

## 规范

* **支持的格式：** jpg、jpeg、png、webp、bmp、tif、tiff、heic、hdr、psd
* **尺寸限制：** 1024(px) × 512(px) 至 4096(px) × 2048(px)
* **文件大小限制：** 基础版/个人版（5M以内）、高级版（10M以内）、企业版（10M以内）
* **图片长宽比限制：** 2 : 1

***

## 最佳优化方式

### 设置适宜的颜色模式

* 设置为 **RGB 颜色**，可及时发现色差问题。
* 导出图片文件时，请勾选 **“色彩空间 - 转换为 sRGB”**。
* 导出后务必检查图片是否存在色差。

### 选择适宜的图片尺寸

* 为保证足够清晰的背景显示，建议图片尺寸设置为 **4096(px) × 2048(px)**。

### 设置适宜的图片分辨率

* 建议图片分辨率为 **72 PPI**。

### 选取适宜的图片格式

* 若图片 **不含透明部分** → 建议导出为 **jpg 或 jpeg** 格式。
* 若图片 **包含透明部分** → 请导出为 **png** 格式。
* ⚠️ 注意：目前在 **3D 互动场景** 中，透明部分会显示为纯白（背景为白色）。

### 适宜的压缩图像

* 建议使用 [TinyPNG](https://tinypng.com/) 进行压缩优化。
* **点击上方链接** 立即上传并压缩图片。

### 设置适宜的图片尺寸像素值

* 建议图片长宽像素值设置为 **2 的幂次方**，如 4096、2048、1024 等。

***

## 360 全景图片的制作

*常见的有以下三种方式：*

### 1. 通过全景相机拍摄

* 参考官方文档：<https://developers.google.cn/vr/discover/360-degree-media>

### 2. 通过手绘等手动方式制作

* 可参考以下视频教程：
  * [教程1](https://v.qq.com/x/page/d0539zz7s5u.html)
  * [教程2](https://www.jb51.net/photoshop/573043.html)

📥 下载 360 度全景透视图：\
[Grid.jpg](https://www.yuque.com/attachments/yuque/0/2018/jpeg/217517/1543930922766-938df482-b3cc-47a7-a803-f83026103cb6.jpeg)

### 3. 通过建模软件或游戏引擎渲染

* [了解 3DS MAX 渲染 360° 全景图流程](https://www.3d66.com/changjianwenti/tiwen_87.html)
* [了解 Unity 渲染 360° 全景图流程](https://forum.unity.com/threads/released-vr-panorama-render-360-stereo-videos.336086/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-en.kivicube.com/ar-asset-creation-guide/quan-jing-tu-gui-fan.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
