Skip to content

Commit

Permalink
chore: export submesh (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxi150 authored May 21, 2024
1 parent a62f170 commit cd1da6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export interface GeometryData extends EffectsObjectData {
inverseBindMatrices?: number[],
}

interface SubMesh {
export interface SubMesh {
offset: number,
indexCount?: number,
vertexCount: number,
Expand Down

0 comments on commit cd1da6c

Please sign in to comment.