Skip to content

Commit e4abffc

Browse files
committed
Update 4.6.0
1 parent a9886af commit e4abffc

34 files changed

+835
-509
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
[FAQ](https://github.com/nimadez/voxel-builder#faq)<br>
1616
[Bug Report](https://github.com/nimadez/voxel-builder/issues)
1717

18+
**Open source, but not open contributions**<br>
19+
*It's great if you have suggestions or bugs to report in the Issues section, but Pull Requests will not be approved.*
20+
1821
## Features
1922

2023
**File I/O**
@@ -29,7 +32,7 @@
2932
- Generators *(terrain, cube, sphere, isometric...)*
3033
- Interactive modeling toolsets
3134
- Symmetric drawing and painting
32-
- Voxel transform and manipulation
35+
- Voxel transforms and manipulation
3336
- Color groups and visibility options
3437

3538
**Rendering**
@@ -41,6 +44,7 @@
4144
- Fast BVH voxelization
4245
- 3D model voxelizer
4346
- Image voxelizer
47+
- Text voxelizer *(unicode & emoji)*
4448

4549
**Export Meshes**
4650
- Bake voxels to editable meshes
@@ -103,9 +107,9 @@ python3 update.py
103107
- In Linux, start Chrome with ```--enable-features=Vulkan``` for hardware acceleration
104108
- Firefox (dev edition):
105109
- Use ```about:config``` to enable "dom.webgpu.enabled"
106-
- Not officially supported, may not work at all.
110+
- It may not work
107111

108-
✔️ If WebGPU is supported in your browser, the option to enable it will be available in the Preferences menu and you can enable or disable it.
112+
✔️ If WebGPU is supported in your browser, the option to enable it will be available in the Preferences menu.
109113

110114
## Known Issues
111115
Higher than 512K is not recommended
@@ -174,8 +178,6 @@ git reset --hard $HASH
174178
↑ Changed default handiness to right-handed coordinate
175179
↑ New SPS particles to build the world
176180
↑ 2019 - I wrote a playground for learning Babylon.js
177-
178-
"The story behind this repo can only be deciphered by AI."
179181
```
180182

181183
Version 3.0.0 *(BJS 4)* to 4.2.2 *(BJS 6)*<br>

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.5.9-r4",
3+
"version": "4.6.0",
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.14.0",
14+
"babylonjs": "8.15.1",
1515
"three": "0.178.0",
1616
"three-mesh-bvh": "0.9.1",
1717
"three-gpu-pathtracer": "0.0.23",

run-electron-webgpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
electron --gtk-version=3 --enable-unsafe-webgpu --enable-features=Vulkan .
3+
electron --gtk-version=3 --enable-features=Vulkan --enable-unsafe-webgpu .

run-electron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22

3-
electron --gtk-version=3 .
3+
electron --gtk-version=3 --enable-features=Vulkan .

src/examples/model_menger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "Voxel Builder 4.5.9 R1",
2+
"version": "Voxel Builder 4.6.0",
33
"project": {
44
"name": "model_menger",
55
"voxels": 8021

src/examples/mv_charactercat_ephtracy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "Voxel Builder 4.5.9 R1",
2+
"version": "Voxel Builder 4.6.0",
33
"project": {
44
"name": "mv_charactercat_ephtracy",
55
"voxels": 355

src/examples/mv_odyssey_kluchek.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "Voxel Builder 4.5.9 R1",
2+
"version": "Voxel Builder 4.6.0",
33
"project": {
44
"name": "mv_odyssey_kluchek",
55
"voxels": 4822

src/examples/mv_skyscraper_kluchek.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "Voxel Builder 4.5.9 R1",
2+
"version": "Voxel Builder 4.6.0",
33
"project": {
44
"name": "mv_skyscraper_kluchek",
55
"voxels": 5862

src/examples/mv_tankdestroyer_arsgametm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "Voxel Builder 4.5.9 R1",
2+
"version": "Voxel Builder 4.6.0",
33
"project": {
44
"name": "mv_tankdestroyer_arsgametm",
55
"voxels": 2306

src/examples/pt_cornellbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "Voxel Builder 4.5.9 R1",
2+
"version": "Voxel Builder 4.6.0",
33
"project": {
44
"name": "pt_cornellbox",
55
"voxels": 1090

0 commit comments

Comments
 (0)