Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ShadowEditorServer-win32-x64.zip | 2021-07-24 | 40.7 MB | |
ShadowEditorServer-linux-x64.zip | 2021-07-24 | 70.3 MB | |
README.md | 2021-07-24 | 1.5 kB | |
Shadow Editor v0.6.0.tar.gz | 2021-07-24 | 16.5 MB | |
Shadow Editor v0.6.0.zip | 2021-07-24 | 17.4 MB | |
Totals: 5 Items | 144.8 MB | 1 |
- Release Date: July 24, 2021
-
Update Logs:
-
Fix the bug that creates a new mongo connection when request.
- Check VR in the status bar to enable VR.
- Set scene transform.
- How to popup a window when click an object: https://gitee.com/tengge1/ShadowEditor/issues/I3APGI
- You can enable
https
in theconfig.toml
. - Add event in the mobile browser to the script:
onTouchStart
,onTouchEnd
,onTouchMove
. - Upgrade
three.js
to the newest version, and may cause a lot of bugs. - Add VR event to the script:
onVRConnected
,onVRDisconnected
,onVRSelectStart
,onVRSelectEnd
. - VR all-in-one handle controller supports, for example: htc vive.
- Fix the bug of deleting script.
- Fix a bug that
Geometry
can not be serialized due to the upgrade ofthree.js
. - Add material
polygonOffset
,polygonOffsetFactor
,polygonOffsetUnits
parameter visualization settings to solve the problem of depth conflict. - Fix a bug that component in mesh cannot save the
visible
attribute. Bin
type model is no longer supported.- Fix cube texture bug.
- Rewrite all the
prototype
to es6class
in the source code. - Remove the visual module.
- Fix a bug that not copy the skyball texture when export a scene.
- Fix rain and snow bug.
- Modify the background color and lighting, so as not to add the same color as the background and make it difficult to see clearly.
- Fix particle emitter bug.
- Fix cloth bug.
- Fix the bug of dynamic setting shadow.