Skip to content

Commit

Permalink
Merge pull request #38 from galacean/perf/material-data
Browse files Browse the repository at this point in the history
perf: material data add macros
  • Loading branch information
yiiqii committed Apr 24, 2024
2 parents 8cdbf24 + bff78f9 commit 1bcfa73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export interface MaterialData extends EffectsObjectData {
zWrite?: boolean,
zTest?: boolean,
stringTags: Record<string, string>,
macros: string[],
ints: Record<string, number>,
floats: Record<string, number>,
vector4s: Record<string, Vector4Data>,
Expand Down

0 comments on commit 1bcfa73

Please sign in to comment.