Skip to content

Commit d4519a3

Browse files
committed
Update 4.7.4
1 parent 81a2668 commit d4519a3

File tree

8 files changed

+3354
-2610
lines changed

8 files changed

+3354
-2610
lines changed

electron.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function createWindow() {
1010
const mainWindow = new BrowserWindow({
1111
icon: './src/assets/appicon.png',
1212
width: 1200,
13-
height: 900,
13+
height: 800,
1414
autoHideMenuBar: true,
1515
resizable: true,
1616
alwaysOnTop: false,

media/screenshot.png

-543 Bytes
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.7.3",
3+
"version": "4.7.4",
44
"description": "Voxel-based 3D modeling application",
55
"main": "electron.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"electron": "^38.0.0",
1414
"babylonjs": "8.43.0",
1515
"three": "0.182.0",
16-
"three-mesh-bvh": "0.9.4",
16+
"three-mesh-bvh": "0.9.7",
1717
"three-gpu-pathtracer": "0.0.23",
1818
"@tweenjs/tween.js": "25.0.0",
1919
"reinvented-color-wheel": "0.4.0",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@
313313
<li class="category">ABOUT</li>
314314
<li class="about">
315315
<div><span style="color: orange">V</span>OXEL BUILDER</div>
316-
&#8627; 4.7.3 BETA
316+
&#8627; 4.7.4 BETA
317317
<br>&#8627; <a href="https://github.com/nimadez/voxel-builder/" target="_blank">GitHub</a>
318318
<br>&#8627; <a href="https://github.com/nimadez/voxel-builder/releases" target="_blank">Changelog</a>
319319
<br>DEVELOPER

src/libs/three-gpu-pathtracer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)