Skip to content

Commit faa55a6

Browse files
committed
aye
1 parent 6f09fb3 commit faa55a6

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package-lock.json

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

src/components/soba/abstractions/text/text.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { SceneGraph } from './scene-graph';
99
template: `
1010
<ngt-canvas [camera]="{ position: [0, 2, 35], fov: 90 }">
1111
<app-soba-wrapper *canvasContent [grid]="false" [controls]="null">
12-
<app-scene-graph />
12+
<app-scene-graph [count]="count()" [radius]="radius()" />
1313
</app-soba-wrapper>
1414
</ngt-canvas>
1515

0 commit comments

Comments
 (0)