Skip to content

Commit 3d5bb8e

Browse files
Merge pull request #61 from bitbybit-dev/develop
v0.19.6
2 parents 2d6a4e6 + 69ce2c4 commit 3d5bb8e

Some content is hidden

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

65 files changed

+740
-388
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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)
6-
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1)
5+
Buy unique products from our [Crafts shop](https://crafts.bitbybit.dev) all designed with Bitbybit algorithms
6+
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1) also used in our Crafts shop
77

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

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.4",
3+
"version": "0.19.6",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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)
6-
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1)
5+
Buy unique products from our [Crafts shop](https://crafts.bitbybit.dev) all designed with Bitbybit algorithms
6+
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1) also used in our Crafts shop
77

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

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.4/textures/skybox/default_skybox/skybox", this.context.scene);
338+
texture = new BABYLON.CubeTexture("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.6/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.4/textures/skybox/grey_gradient/skybox", this.context.scene);
340+
texture = new BABYLON.CubeTexture("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.6/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.4/textures/skybox/clear_sky/environment.env",
342+
texture = BABYLON.CubeTexture.CreateFromPrefilteredData("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.6/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.4/textures/skybox/city/environmentSpecular.env",
345+
texture = BABYLON.CubeTexture.CreateFromPrefilteredData("https://cdn.jsdelivr.net/gh/bitbybit-dev/bitbybit-assets@0.19.6/textures/skybox/city/environmentSpecular.env",
346346
this.context.scene, false, false);
347347
}
348348

packages/dev/babylonjs/lib/api/inputs/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ export * from "./babylon-webxr";
1616
export * from "./scene-inputs";
1717
export * from "./node-inputs";
1818
export * from "./draw-inputs";
19-
export * from "@bitbybit-dev/base/lib/api/inputs";
2019
export * from "@bitbybit-dev/core/lib/api/inputs/inputs";

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.4",
3+
"version": "0.19.6",
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.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",
57+
"@babylonjs/core": "7.52.1",
58+
"@babylonjs/gui": "7.52.1",
59+
"@babylonjs/loaders": "7.52.1",
60+
"@babylonjs/materials": "7.52.1",
61+
"@babylonjs/serializers": "7.52.1",
6262
"@babylonjs/havok": "1.3.10",
63-
"@bitbybit-dev/core": "0.19.4",
63+
"@bitbybit-dev/core": "0.19.6",
6464
"earcut": "2.2.3"
6565
},
6666
"devDependencies": {

packages/dev/base/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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)
6-
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1)
5+
Buy unique products from our [Crafts shop](https://crafts.bitbybit.dev) all designed with Bitbybit algorithms
6+
Check out [3D Bits app for Shopify](https://apps.shopify.com/3d-bits-1) also used in our Crafts shop
77

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

@@ -21,7 +21,6 @@ This package is already used or will be used in these packages:
2121
[@bitbybit-dev/manifold-worker](https://www.npmjs.com/package/@bitbybit-dev/manifold-worker)
2222
[@bitbybit-dev/occt](https://www.npmjs.com/package/@bitbybit-dev/occt)
2323
[@bitbybit-dev/occt-worker](https://www.npmjs.com/package/@bitbybit-dev/occt-worker)
24-
[@bitbybit-dev/base](https://www.npmjs.com/package/@bitbybit-dev/base)
2524

2625
This package should work in Node and browser based applications and should provide generic layer which could be helpful to all higher-level CAD algorithms and kernels. Algorithms of this base layer are also exposed on our bitbybit.dev Rete, Blockly & Monaco editors.
2726

packages/dev/base/lib/api/inputs/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ export * from "./point-inputs";
66
export * from "./text-inputs";
77
export * from "./vector-inputs";
88
export * from "./transforms-inputs";
9+
export * from "./base-inputs";

packages/dev/base/lib/api/inputs/inputs.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ export * from "./logic-inputs";
44
export * from "./math-inputs";
55
export * from "./point-inputs";
66
export * from "./text-inputs";
7-
export * from "./base-inputs";
87
export * from "./text-inputs";
98
export * from "./vector-inputs";
109
export * from "./transforms-inputs";

0 commit comments

Comments
 (0)