diff --git a/README.md b/README.md index 1b4d5b86..eec6ef2b 100644 --- a/README.md +++ b/README.md @@ -117,13 +117,6 @@ Browser storage is limited, use Electron for much higher capacity. ``` ## FAQ -How to go back to the previous version? -``` -git clone https://github.com/nimadez/voxel-builder -cd voxel-builder -git log -2 (copy the hash of the previous commit) -git reset --hard $HASH -``` How to merge vertices after export to GLB? ``` 1- Open exported GLB file in Blender @@ -138,6 +131,13 @@ How to run Blender importer script? 3- Click "Open" and select "blender-importer.py" 4- Run the script and select a JSON file ``` +How to go back to the previous version? +``` +git clone https://github.com/nimadez/voxel-builder +cd voxel-builder +git log -2 (copy the hash of the previous commit) +git reset --hard $HASH +``` ## History ``` diff --git a/media/screenshot.png b/media/screenshot.png index 64eec6aa..c881b34d 100644 Binary files a/media/screenshot.png and b/media/screenshot.png differ diff --git a/package.json b/package.json index a6b18e05..e187b27a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voxel-builder", - "version": "4.5.5", + "version": "4.5.6", "description": "Voxel-based 3D modeling application", "main": "electron.js", "scripts": { @@ -11,8 +11,8 @@ "license": "MIT", "devDependencies": { "electron": "^30.0.0", - "babylonjs": "^7.29.0", - "three": "^0.169.0", + "babylonjs": "^7.32.0", + "three": "^0.170.0", "three-mesh-bvh": "^0.8.2", "three-gpu-pathtracer": "^0.0.23", "@tweenjs/tween.js": "^25.0.0" diff --git a/src/assets/appicon.png b/src/assets/appicon.png index d34ca864..d35679fd 100644 Binary files a/src/assets/appicon.png and b/src/assets/appicon.png differ diff --git a/src/index.html b/src/index.html index f4e04a36..74193b6f 100644 --- a/src/index.html +++ b/src/index.html @@ -17,7 +17,7 @@