gelly-gmod / gelly

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

[BUG]: The fluid doesn't collide with some props even tho gwater does #43

Closed SolsticeSpectrum closed 3 months ago

SolsticeSpectrum commented 4 months ago

GPU

GTX 1060

Operating System

Windows 10

Is this specific to performance?

Issue Type

Other

Incident Description

Here is the map used for testing fluids: https://steamcommunity.com/sharedfiles/filedetails/?id=3253756129&searchtext=gwater

Example 1: On this map, there are containers for fluids with door on the bottom so you can release it somewhere Gwater collides correctly with these boxes but gelly doesn't image

Example 2: On the same map, gelly flows through all doors image

Log

No response

SolsticeSpectrum commented 4 months ago

As comparison, here is gwater: image

yogwoggf commented 4 months ago

Triaged in #47

Derpius commented 4 months ago

Closed incorrectly - Doors are regular entities not static props

We need to include func brushes, door entities (and anything else with a collision mesh) in the ents passed to the solver

SolsticeSpectrum commented 4 months ago

@yogwoggf Use the test map I linked pls

cast-e commented 3 months ago

@yogwoggf shouldn't this be closed by #102?

yogwoggf commented 3 months ago

Yep