Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
feat(soba): add gizmo viewport; finish gizmo helper story
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Apr 25, 2022
1 parent 2af6704 commit 2b1b62f
Show file tree
Hide file tree
Showing 4 changed files with 483 additions and 489 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const targetPosition = makeVector3();
(beforeRender)="beforeRender.emit($event)"
[ngtObjectInputs]="this"
[ngtObjectOutputs]="this"
[position]="position$ | async"
[position]="(position$ | async)!"
>
<ng-container
*ngIf="content"
Expand Down
6 changes: 3 additions & 3 deletions libs/soba/abstractions/src/lib/gizmo-helper/gizmo-viewcube.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ import {
coerceBooleanProperty,
coerceNumberProperty,
makeVector3,
NGT_OBJECT_HOST_REF,
NGT_OBJECT_REF,
NgtEvent,
NgtInstance,
NgtInstanceState,
NgtRepeatModule,
NgtStore,
NgtTriple,
NgtVector3,
NGT_OBJECT_HOST_REF,
NGT_OBJECT_REF,
NumberInput,
Ref,
NgtRepeatModule,
} from '@angular-three/core';
import { NgtBoxGeometryModule } from '@angular-three/core/geometries';
import { NgtGroupModule } from '@angular-three/core/group';
Expand Down
Loading

0 comments on commit 2b1b62f

Please sign in to comment.