Skip to content

Commit

Permalink
fix(modelWorkerMessage): update density property to accept an array (#…
Browse files Browse the repository at this point in the history
…219)

Signed-off-by: Bill ZHANG <[email protected]>
  • Loading branch information
Lutra-Fs authored Dec 20, 2023
1 parent a30f958 commit 80cbd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workers/modelWorkerMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export interface UpdateForceArgs {

export interface OutgoingMessage {
type: string;
density?: Float32Array;
density?: Float32Array[];
success: boolean;
matrix?: Float32Array;
save?: ModelSave;
Expand Down

0 comments on commit 80cbd19

Please sign in to comment.