gelly-gmod / gelly

Library to integrate fluids into a game engine
GNU General Public License v3.0
19 stars 3 forks source link

[TICKET]: Gelly can sometimes appear as a single line when a wireframe prop is present #54

Closed yogwoggf closed 4 months ago

yogwoggf commented 4 months ago

Context

As stated in #34, Gelly will appear as a single line if the wireframe material is present. It's very simple, I just forgot to ensure that I am rendering all fragments.

Scope

Ensure that Gelly renders without wireframe at all times

Acceptance Criteria

Renderer Change

Rendering System Change

Other

No response