Skip to content

Commit 5a95284

Browse files
Merge pull request #58 from bitbybit-dev/develop
v0.19.2
2 parents 284df30 + c8852f6 commit 5a95284

35 files changed

Lines changed: 341 additions & 339 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Bit By Bit Developers
3+
Copyright (c)2025 Bit By Bit Developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitbybit",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "Monorepo for browser CAD which holds bitbybit.dev npm packages",
55
"main": "index.js",
66
"scripts": {

packages/dev/babylonjs/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Bit By Bit Developers
3+
Copyright (c)2025 Bit By Bit Developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/dev/babylonjs/lib/api/bitbybit/babylon/scene.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,14 +335,14 @@ export class BabylonScene {
335335
enableSkybox(inputs: Inputs.BabylonScene.SkyboxDto): void {
336336
let texture: BABYLON.CubeTexture;
337337
if (inputs.skybox === Inputs.Base.skyboxEnum.default) {
338-
texture = new BABYLON.CubeTexture("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.1/textures/skybox/default_skybox/skybox", this.context.scene);
338+
texture = new BABYLON.CubeTexture("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.2/textures/skybox/default_skybox/skybox", this.context.scene);
339339
} else if (inputs.skybox === Inputs.Base.skyboxEnum.greyGradient) {
340-
texture = new BABYLON.CubeTexture("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.1/textures/skybox/grey_gradient/skybox", this.context.scene);
340+
texture = new BABYLON.CubeTexture("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.2/textures/skybox/grey_gradient/skybox", this.context.scene);
341341
} else if (inputs.skybox === Inputs.Base.skyboxEnum.clearSky) {
342-
texture = BABYLON.CubeTexture.CreateFromPrefilteredData("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.1/textures/skybox/clear_sky/environment.env",
342+
texture = BABYLON.CubeTexture.CreateFromPrefilteredData("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.2/textures/skybox/clear_sky/environment.env",
343343
this.context.scene, false, false);
344344
} else if (inputs.skybox === Inputs.Base.skyboxEnum.city) {
345-
texture = BABYLON.CubeTexture.CreateFromPrefilteredData("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.1/textures/skybox/city/environmentSpecular.env",
345+
texture = BABYLON.CubeTexture.CreateFromPrefilteredData("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.2/textures/skybox/city/environmentSpecular.env",
346346
this.context.scene, false, false);
347347
}
348348

packages/dev/babylonjs/package-lock.json

Lines changed: 104 additions & 104 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dev/babylonjs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitbybit-dev/babylonjs",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "Bit By Bit Developers BABYLONJS CAD Library to Program Geometry",
55
"main": "index.js",
66
"repository": {
@@ -54,13 +54,13 @@
5454
"types": "./index.d.ts",
5555
"type": "module",
5656
"dependencies": {
57-
"@babylonjs/core": "7.37.1",
58-
"@babylonjs/gui": "7.37.1",
59-
"@babylonjs/loaders": "7.37.1",
60-
"@babylonjs/materials": "7.37.1",
61-
"@babylonjs/serializers": "7.37.1",
57+
"@babylonjs/core": "7.45.0",
58+
"@babylonjs/gui": "7.45.0",
59+
"@babylonjs/loaders": "7.45.0",
60+
"@babylonjs/materials": "7.45.0",
61+
"@babylonjs/serializers": "7.45.0",
6262
"@babylonjs/havok": "1.3.10",
63-
"@bitbybit-dev/core": "0.19.1",
63+
"@bitbybit-dev/core": "0.19.2",
6464
"earcut": "2.2.3"
6565
},
6666
"devDependencies": {

packages/dev/base/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Bit By Bit Developers
3+
Copyright (c)2025 Bit By Bit Developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

packages/dev/base/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dev/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitbybit-dev/base",
3-
"version": "0.19.1",
3+
"version": "0.19.2",
44
"description": "Bit By Bit Developers Base CAD Library to Program Geometry",
55
"main": "index.js",
66
"repository": {

packages/dev/core/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Bit By Bit Developers
3+
Copyright (c)2025 Bit By Bit Developers
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)