Figure out what we want TransparencyOption
to do with emissive voxels.
#512
Labels
area: graphics
kind: incomplete
A feature is partially implemented; the current state of the code is inconsistent
Emission is not the kind of transparency that needs depth sorting, but it does need color blending, and processing more than 1 surface per image pixel, so its cost and requirements are sort of distinct but not very much. Right now,
TransparencyOption::limit_alpha()
just processes alpha, but we should probably limit emission too.The text was updated successfully, but these errors were encountered: