gelly-gmod / gelly

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

Add support for brush models #101

Closed yogwoggf closed 1 month ago

yogwoggf commented 1 month ago

Context

Brush models aren't supported, so maps like gm_gwater completely fail when using Gelly. Brush models are map entities with a custom model, specified by a number and a preceding star (e.g. *3 or *48).

Scope

Acceptance Criteria

Other

This is not the solution

This is just a bandaid patch for what is an arguably major issue (lots of reports about gm_gwater not working) Ideally we will transition to parsing brush models and normal models using MDLParser and a PHY parser.