Skip to content

Commit 2d6a4e6

Browse files
Merge pull request #60 from bitbybit-dev/develop
0.19.4
2 parents 43aead9 + f843739 commit 2d6a4e6

40 files changed

+467
-313
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Visit [bitbybit.dev](https://bitbybit.dev) to use our full cloud platform.
44
Best way to support us - [Silver or Gold plan subscription](https://bitbybit.dev/auth/pick-plan)
5+
Buy unique designs from our [Crafts shop](https://crafts.bitbybit.dev)
56
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1)
67

78
<img src="https://app.bitbybit.dev/assets/git-cover.png" alt="Picture showing bitbybit.dev platform">

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.3",
3+
"version": "0.19.4",
44
"description": "Monorepo for browser CAD which holds bitbybit.dev npm packages",
55
"main": "index.js",
66
"scripts": {

packages/dev/babylonjs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Visit [bitbybit.dev](https://bitbybit.dev) to use our full cloud platform.
44
Best way to support us - [Silver or Gold plan subscription](https://bitbybit.dev/auth/pick-plan)
5+
Buy unique designs from our [Crafts shop](https://crafts.bitbybit.dev)
56
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1)
67

78
<img src="https://app.bitbybit.dev/assets/git-cover.png" alt="Picture showing bitbybit.dev platform">

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.3/textures/skybox/default_skybox/skybox", this.context.scene);
338+
texture = new BABYLON.CubeTexture("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.4/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.3/textures/skybox/grey_gradient/skybox", this.context.scene);
340+
texture = new BABYLON.CubeTexture("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.4/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.3/textures/skybox/clear_sky/environment.env",
342+
texture = BABYLON.CubeTexture.CreateFromPrefilteredData("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.4/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.3/textures/skybox/city/environmentSpecular.env",
345+
texture = BABYLON.CubeTexture.CreateFromPrefilteredData("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.4/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.3",
3+
"version": "0.19.4",
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.47.2",
58-
"@babylonjs/gui": "7.47.2",
59-
"@babylonjs/loaders": "7.47.2",
60-
"@babylonjs/materials": "7.47.2",
61-
"@babylonjs/serializers": "7.47.2",
57+
"@babylonjs/core": "7.48.0",
58+
"@babylonjs/gui": "7.48.0",
59+
"@babylonjs/loaders": "7.48.0",
60+
"@babylonjs/materials": "7.48.0",
61+
"@babylonjs/serializers": "7.48.0",
6262
"@babylonjs/havok": "1.3.10",
63-
"@bitbybit-dev/core": "0.19.3",
63+
"@bitbybit-dev/core": "0.19.4",
6464
"earcut": "2.2.3"
6565
},
6666
"devDependencies": {

packages/dev/base/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Visit [bitbybit.dev](https://bitbybit.dev) to use our full cloud platform.
44
Best way to support us - [Silver or Gold plan subscription](https://bitbybit.dev/auth/pick-plan)
5+
Buy unique designs from our [Crafts shop](https://crafts.bitbybit.dev)
56
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1)
67

78
<img src="https://app.bitbybit.dev/assets/git-cover.png" alt="Picture showing bitbybit.dev platform">

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.3",
3+
"version": "0.19.4",
44
"description": "Bit By Bit Developers Base CAD Library to Program Geometry",
55
"main": "index.js",
66
"repository": {

packages/dev/core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Visit [bitbybit.dev](https://bitbybit.dev) to use our full cloud platform.
44
Best way to support us - [Silver or Gold plan subscription](https://bitbybit.dev/auth/pick-plan)
5+
Buy unique designs from our [Crafts shop](https://crafts.bitbybit.dev)
56
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1)
67

78
<img src="https://app.bitbybit.dev/assets/git-cover.png" alt="Picture showing bitbybit.dev platform">

0 commit comments

Comments
 (0)