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 3cb63a5 commit 995b568Copy full SHA for 995b568
libs/soba/abstractions/src/grid/grid.ts
@@ -30,7 +30,7 @@ export interface NgtsGridState {
30
/** Material side, default: THREE.BackSide */
31
side: THREE.Side;
32
/** Default plane-geometry arguments */
33
- args?: ConstructorParameters<typeof THREE.PlaneGeometry>;
+ args: ConstructorParameters<typeof THREE.PlaneGeometry>;
34
}
35
36
@Component({
0 commit comments