# 实用链接

以下是您可能会发现有用的Verge3D资源的集合。<br>

### 论坛（Forums）

使用[Verge3D论坛](https://www.soft8soft.com/forums/)进行讨论，问题，功能请求或工作。这也是展示您的项目的好地方。

您也可是使用[Verge3D中国](https://verge3d.funjoy.tech/)的[工单系统](https://verge3d.funjoy.tech/helpdesk/)获得直接的一对一帮助。

### 教程（Tutorials）

#### 初级水平

* [Verge3D for 3ds Max Basics](https://www.youtube.com/playlist?list=PLMnTV0uuRMhR2zhXxPqAD8G9wp_LNIXZc)视频课程
  * YouTube: <https://www.youtube.com/playlist?list=PLMnTV0uuRMhR2zhXxPqAD8G9wp_LNIXZc>
  * Bilibili: <https://www.bilibili.com/medialist/play/ml371819653>
* [Verge3D for Blender Basics](https://www.youtube.com/playlist?list=PLMnTV0uuRMhRn1QomhOqH4Rt_bSlDGXbP)视频课程
  * YouTube: <https://www.youtube.com/playlist?list=PLMnTV0uuRMhRn1QomhOqH4Rt_bSlDGXbP>
  * Bilibili: <https://www.bilibili.com/video/av46094065>

#### 先进水平

* [创建交互式内部可视化](https://www.youtube.com/watch?v=U6aGboR_sHE)（Verge3D for Blender）。
* [创建小行星游戏](https://www.youtube.com/playlist?list=PLvH2ejcv0wjRA4K6pQ6mUZgLTueIGSMe2)（Verge3D for Blender）。

### 画廊（Gallery）

* [Gallery](https://www.soft8soft.com/gallery/) - 使用Verge3D创建的应用程序库。这是掌握Verge3D特性和功能的良好起点。
* Gallery中文版 - 官方案例中文化及中国社区用户案例。

### 社交媒体（Social Media）

* [Facebook上的Verge3D](https://www.facebook.com/soft8soft/) - 我们[在Verge3D上发布](https://www.facebook.com/soft8soft/)新闻和更新的主要渠道。
* 官方[YouTube频道](https://www.youtube.com/channel/UCcZTsl1ciCnehDgES3WlTGw)。
* [Twitter上的](https://twitter.com/soft8soft/) Verge3D - 新鲜的Verge3D新闻。
* [Verge3D在Instagram](https://www.instagram.com/soft8soft/)
* [Reddit上的Verge3D](https://www.reddit.com/r/verge3d/) - 社区频道。
* [Verge3D微信公众号](https://weixin.sogou.com/weixin?type=1\&s_from=input\&query=Verge3D) - 第一时间在手机上获得更新与学习资讯。
* [Verge3D中文微博](https://weibo.com/verge3d) - @我们吧，发布你有趣的案例。
* [Verge3D在Bilibili](https://space.bilibili.com/402774953) - 官方视频中文编译及加速服务。

还可以使&#x7528;**＃verge3d**&#x6216;**＃3dweb**标签查找有关Verge3D框架的信息以及来自3D Web行业的最新更新。

### 演示和示例（Demos and Examples）

* [Verge3D发行版](https://www.soft8soft.com/get-verge3d/)附带了我们Gallery的演示应用程序源代码。
* [Verge3D代码示例](https://cdn.soft8soft.com/demo/examples/index.html) - 程序员的这些高级示例基于官方Verge3D示例。

### API帮助（Help with API）

只是Google“如何做...在three.js中”并且99％的概率你可以用Verge3D做同样的事情，因为我们正在努力保持两个框架之间的API兼容性。

### WebGL和WebXR（WebGL & WebXR）

* [WebGL支持浏览器和故障排除](https://www.soft8soft.com/webgl-supported-browsers-and-troubleshooting/) - 如果WebGL支持出现任何问题，这是您的急救工具。
* [WebGL系统报告](https://www.soft8soft.com/webglreport/) - 检查系统的功能。
* [WebXR Device API](https://immersive-web.github.io/webxr/) - 官方WebXR规范。


---

# 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.eightest.com/getting-started/useful-links.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.
