Skip to content

Commit

Permalink
Update TilesGroup.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Jan 30, 2025
1 parent 6b810e6 commit ec84e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/three/TilesGroup.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { TilesRenderer } from './TilesRenderer';

export class TilesGroup extends Group {

readonly isTilesGroup: true;
tilesRenderer : TilesRenderer;
constructor( tilesRenderer : TilesRenderer );

Expand Down

0 comments on commit ec84e00

Please sign in to comment.