diff --git a/README.md b/README.md index 20e9f224..2f507c86 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/README_zh.md b/README_zh.md index 2ee42b5c..1549db16 100644 --- a/README_zh.md +++ b/README_zh.md @@ -51,7 +51,7 @@ Linux服务端    |    [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。