Skip to content

Commit

Permalink
add string to material semantics variant name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki Shimada committed Dec 21, 2024
1 parent 3b07ccb commit 330982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foundation/materials/core/AbstractMaterialContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export abstract class AbstractMaterialContent extends RnObject {

const hash = DataUtil.toCRC32(semantics);

return this.__materialName + '_' + hash;
return this.__materialName + '_semanticsVariation' + hash;
}

get vertexShaderityObject() {
Expand Down

0 comments on commit 330982a

Please sign in to comment.