Skip to content

fix: clear ALL texture maps on decoration materials and ensure normal…#1281

Merged
braedonsaunders merged 1 commit into
mainfrom
claude/fix-triangle-artifacts-Yghw8
Feb 3, 2026
Merged

fix: clear ALL texture maps on decoration materials and ensure normal…#1281
braedonsaunders merged 1 commit into
mainfrom
claude/fix-triangle-artifacts-Yghw8

Conversation

@braedonsaunders

Copy link
Copy Markdown
Owner

… upload

Cleared all texture maps that could cause triangular artifacts:

  • aoMap, lightMap, normalMap (already cleared)
  • metalnessMap, roughnessMap, displacementMap, alphaMap, bumpMap (newly cleared)

Also added needsUpdate = true on normals after computeVertexNormals() to ensure proper GPU upload.

https://claude.ai/code/session_012kqvccEiiHNQHAjUEoposi

… upload

Cleared all texture maps that could cause triangular artifacts:
- aoMap, lightMap, normalMap (already cleared)
- metalnessMap, roughnessMap, displacementMap, alphaMap, bumpMap (newly cleared)

Also added needsUpdate = true on normals after computeVertexNormals()
to ensure proper GPU upload.

https://claude.ai/code/session_012kqvccEiiHNQHAjUEoposi
@braedonsaunders braedonsaunders merged commit 287014e into main Feb 3, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants