Skip to content

Commit f748481

Browse files
update texts
1 parent 0d8c468 commit f748481

3 files changed

Lines changed: 6 additions & 18 deletions

File tree

docs/learn/runners/engines/babylonjs/hello-world-occt-bottle-demo.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ description: Learn how to use the full version of the Bitbybit BabylonJS runner
66

77
import BitByBitRenderCanvas from '@site/src/components/BitByBitRenderCanvas';
88

9-
# BabylonJS Full Runner - Bottle Example
9+
## Complete Example - Parametric Bottle
1010

11-
The **full runner** bundles Babylon.js together with Bitbybit, so you don't need to load Babylon.js separately. This makes setup simpler but results in a larger bundle size.
11+
Below is a complete example that creates a parametric bottle with threading using OCCT, with lil-gui controls for adjusting parameters:
1212

1313
## Live Example
1414

@@ -18,10 +18,6 @@ The **full runner** bundles Babylon.js together with Bitbybit, so you don't need
1818
title="StackBlitz - Babylon.js Full Runner Example"
1919
/>
2020

21-
## Complete Example - Parametric Bottle
22-
23-
Below is a complete example that creates a parametric bottle with threading using OCCT, with lil-gui controls for adjusting parameters:
24-
2521
```html
2622
<!DOCTYPE html>
2723
<html lang="en">

docs/learn/runners/engines/playcanvas/hello-world-occt-bottle-demo.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ description: Learn how to use the full version of the Bitbybit PlayCanvas runner
66

77
import BitByBitRenderCanvas from '@site/src/components/BitByBitRenderCanvas';
88

9-
# PlayCanvas Full Runner
9+
## Complete Example - Parametric OCCT Bottle
1010

11-
The **full runner** bundles PlayCanvas together with Bitbybit, so you don't need to load PlayCanvas separately. This makes setup simpler but results in a larger bundle size.
11+
Below is a complete example that creates a parametric bottle with threading using OCCT, with lil-gui controls for adjusting parameters:
1212

1313
## Live Example
1414

@@ -18,10 +18,6 @@ The **full runner** bundles PlayCanvas together with Bitbybit, so you don't need
1818
title="StackBlitz - PlayCanvas Full Runner Example"
1919
/>
2020

21-
## Complete Example - Parametric Bottle
22-
23-
Below is a complete example that creates a parametric bottle with threading using OCCT, with lil-gui controls for adjusting parameters:
24-
2521
```html
2622
<!DOCTYPE html>
2723
<html lang="en">

docs/learn/runners/engines/threejs/hello-world-occt-bottle-demo.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ description: Learn how to use the full version of the Bitbybit ThreeJS runner fo
66

77
import BitByBitRenderCanvas from '@site/src/components/BitByBitRenderCanvas';
88

9-
# ThreeJS Full Runner - Bottle Example
9+
## Complete Example - Parametric OCCT Bottle
1010

11-
The **full runner** bundles Three.js together with Bitbybit, so you don't need to load Three.js separately. This makes setup simpler but results in a larger bundle size.
11+
Below is a complete example that creates a parametric bottle with threading using OCCT, with lil-gui controls for adjusting parameters:
1212

1313
## Live Example
1414

@@ -18,10 +18,6 @@ The **full runner** bundles Three.js together with Bitbybit, so you don't need t
1818
title="StackBlitz - Three.js Full Runner Example"
1919
/>
2020

21-
## Complete Example - Parametric Bottle
22-
23-
Below is a complete example that creates a parametric bottle with threading using OCCT, with lil-gui controls for adjusting parameters:
24-
2521
```html
2622
<!DOCTYPE html>
2723
<html lang="en">

0 commit comments

Comments
 (0)