Releases: tengge1/ShadowEditor
Shadow Editor v0.6.0
- 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.
Shadow Editor v0.5.10
- Release Date: October 17, 2020
- Update Logs:
- Remove all GIS related features, and no longer provide GIS in the open source version in the future.
Shadow Editor v0.5.9
- Release Date: September 6, 2020
- Update Logs:
- 3D GIS. (In development)
Shadow Editor v0.5.8
- Release Date: August 23, 2020
- Update Logs:
- 3D GIS. (In development)
- Fix the bug that
npm start
is not working on Ubuntu and Mac. - Added
npm run serve
script to monitor other file changes during hot update. - Fix the bug that error occurs when playing in new window.
Shadow Editor v0.5.7
- Release Date: August 9, 2020
- Update Logs:
- 3D GIS. (In development)
- When create new scene or click clear tool, automatically clear distance measurement tools.
- Delete branch
origin/v0.4.6-csharp
. - Use CesiumJS instead of WebWorldWind for GIS editing.
- Arcgis elevation cache service.
Shadow Editor v0.5.6
- Release Date: July 26, 2020
- Update Logs:
- 3D GIS. (In development)
- The
v0.4.6-csharp
branch will be deleted on August 1. - Fix the bug that it says "Only jpg, png, mp4 file is allowed to upload!" when uploading a mesh after uploading an image.
- Fix the bug that it says "Only zip file is allowed!" when uploading an image after uploading a mesh.
- The check box in front of the texture property is changed to enable and disable the texture, and add a delete button after the texture.
Shadow Editor v0.5.5
- Release Date: July 12, 2020
- Update Logs:
- Add WebGL extension window, you can view the name and description of WebGL extension supported by the browser, and you can jump to MDN.
- 3D Earth. (In development)
- Added loading mask on software loading page.
- The desktop version reads MongoDB and website ports from the configuration file.
Note: If the desktop version cannot be opened, you can view logs.txt
; if the port conflicts, you can modify the MongoDB and website ports in resources/app/config.toml
.
Shadow Editor v0.5.4
- Release Date: June 27, 2020
- Update Logs:
- Create desktop app with
Electron
.
Windows Desktop: https://github.com/tengge1/ShadowEditor/releases/download/v0.5.4/ShadowEditor-win32-x64.zip
Ubuntu Desktop: https://github.com/tengge1/ShadowEditor/releases/download/v0.5.4/ShadowEditor-linux-x64.zip
Note: Windows requires Visual C++ Redistributable for Visual Studio 2015
. You can install from: https://www.microsoft.com/en-us/download/details.aspx?id=48145
- Using command line to install and start
ShadowEditor
service on Windows.
.\ShadowEditor install
: install service on Windows.
.\ShadowEditor remove
: remove service on Windows.
.\ShadowEditor start
: start service on Windows.
.\ShadowEditor stop
: stop service on Windows.
You can also manage this service in the Windows Services Manager
.
- Use
nodejs
to rewrite the scripts, and you can now usenpm
to manage this project.
Shadow Editor v0.5.3
- Release Date: June 14, 2020
- Update Logs:
- Fix bugs of uploading models and publishing scenes on windows.
- Add links to open source projects.
- THREE.js math module has translated into golang, Click for detail.
- Use Travis CI as a continuous integration tool.
- Comment out ServiceWorker in the index.html file because it caused a lot of trouble.
Shadow Editor v0.5.2
- Release Date: May 31, 2020
- Update Logs:
- MongoDB user and password configuration.
- Documentation has moved to gitee wiki. See Detail
- Use JSON web tokens (JWT) for user authentication.
- Automatic saving is disabled by default.
- Fix the bug that the uploaded data of non-admin users is not displayed.
- Fix the bug that the resource list does not load when the user does not have permission to view all resources.
- Fix the bug that the thumbnail cannot be set in the texture.
- Fix the error of adding gltf format model to the scene.
- Non-administrators cannot edit or delete other people's public scenes.
- Fix the bug that it will be
saved as
when save twice. - The resource and permission management tests are complete, and there are almost no bugs in the golang server.