Skip to content

Commit

Permalink
Fix Obj group material propagation: fix #12542 (#12546)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebavan committed May 19, 2022
1 parent efa0279 commit 3667659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dev/loaders/src/OBJ/solidParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ export class SolidParser {
normals: undefined,
uvs: undefined,
colors: undefined,
materialName: "",
materialName: this._materialNameFromObj,
};
this._addPreviousObjMesh();

Expand Down

0 comments on commit 3667659

Please sign in to comment.