tgstation / MapDiffBot

Tool for generating diff images of BYOND maps
GNU Affero General Public License v3.0
8 stars 11 forks source link

Problems with render passes #109

Open SpaiR opened 4 years ago

SpaiR commented 4 years ago

Right now render passes are enabled by default.

That results into visual glitches in cases when codebase uses same variables which are looked up by render passes, but utilizes them in another way.

See example by this link: https://imgur.com/a/H8zfsv5

Here the result of such rendering from codebase where variables are the same as in TG smooth system, but the backend implementation of their usage is differs.

Same area but from an editor perspective: https://imgur.com/a/VCnE9ZX

Possible solutions: