We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f60cc0 commit e95ce5dCopy full SHA for e95ce5d
apps/examples/src/app/rapier/performance/performance.ts
@@ -37,7 +37,7 @@ import { injectSuzanne } from '../suzanne';
37
imports: [NgtrRigidBody],
38
})
39
export class Monkey {
40
- position = input<NgtVector3 | undefined>([0, 0, 0]);
+ position = input<NgtVector3>([0, 0, 0]);
41
42
dead = output<Vector3Like>();
43
0 commit comments