update readme

This commit is contained in:
tengge1 2021-07-25 12:47:10 +08:00
parent 92aea6e6d2
commit da7a1ade42
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ provided in the extensions, just like VSCode. We will develop in the `dev` branc
4. How to popup a window when click an object: https://gitee.com/tengge1/ShadowEditor/issues/I3APGI
5. You can enable `https` in the `config.toml`.
6. Add event in the mobile browser to the script: `onTouchStart`, `onTouchEnd`, `onTouchMove`.
7. Upgrade `three.js` to the newest version, and may cause a lot of bugs.
7. Upgrade `three.js` to r130.
8. Add VR event to the script: `onVRConnected`, `onVRDisconnected`, `onVRSelectStart`, `onVRSelectEnd`.
9. VR all-in-one handle controller supports, for example: htc vive.
10. Fix the bug of deleting script.

View File

@ -51,7 +51,7 @@ Linux服务端</a> &nbsp;&nbsp; | &nbsp;&nbsp; [Web演示](http://tengge1.gitee.
4. 点击物体时怎么弹出窗口https://gitee.com/tengge1/ShadowEditor/issues/I3APGI
5. 你可以在`config.toml`中启用`https`
6. 在脚本中新增手机浏览器事件:`onTouchStart``onTouchEnd``onTouchMove`
7. 升级`three.js`到最新版`r128-dev`可能带来很多bug
7. 升级`three.js`到最新版r130
8. 在脚本中添加VR事件`onVRConnected``onVRDisconnected``onVRSelectStart``onVRSelectEnd`
9. VR一体机手柄控制器支持例如htc vive。
10. 修复删除脚本bug。