Skip to content

Commit a446fd6

Browse files
committed
Update 4.6.2
1 parent fff078f commit a446fd6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+478
-15164
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ This application is suitable for rapid prototyping, speed modeling, creating sma
5353

5454
**Extensibility**
5555
- ES modules
56-
- WebSockets client
5756
- User startup project
5857
- Blender importer script
5958

@@ -161,7 +160,6 @@ git reset --hard $HASH
161160

162161
## History
163162
```
164-
↑ X-Form the islanders
165163
↑ Unsafe WebGPU support
166164
↑ Core initialization!
167165
↑ Rendering was left to Three and three-gpu-pathtracer

media/screenshot.png

3.86 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voxel-builder",
3-
"version": "4.6.1",
3+
"version": "4.6.2",
44
"description": "Voxel-based 3D modeling application",
55
"main": "electron.js",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"license": "MIT",
1212
"devDependencies": {
1313
"electron": "^36.0.0",
14-
"babylonjs": "8.15.1",
14+
"babylonjs": "8.16.0",
1515
"three": "0.178.0",
1616
"three-mesh-bvh": "0.9.1",
1717
"three-gpu-pathtracer": "0.0.23",

scripts/websockets/__init__.py

Lines changed: 0 additions & 191 deletions
This file was deleted.

scripts/websockets/__main__.py

Lines changed: 0 additions & 159 deletions
This file was deleted.

scripts/websockets/asyncio/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)