ZAWA-Evolved / ZAWA

Public repo for released code of the ZAWA: Evolved minecraft mod.
https://discord.gg/HnSMawZ5Rq
2 stars 1 forks source link

Overlapping/static-y textures? #17

Closed bigfoot102030 closed 2 years ago

bigfoot102030 commented 2 years ago

Hey! I was just testing out the mod and I'm not sure if this is something intentional or unavoidable, but in some of the animal models I've noticed these static-y textures that you get when things overlap. I've only noticed it on the praying mantis antennae and the spider monkey tail. 2022-03-02_19 58 13 2022-03-02_19 58 41 It might be hard to tell in the images, but the tail of the spider monkey and the antennae of the praying mantis both have that glitchy texture I mentioned.

kmfisk commented 2 years ago

yep, this is called z-fighting, or texture overlapping. it happens when two planes of different pieces overlap.

we work around it on some models, but on pieces like this it's not something i'm too worried about. known issue, might fix if i have time, but not an error or unintended behavior.