gelly-gmod / gelly

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

[BUG]: Some props have 90-degree rotated collision meshes #37

Closed cast-e closed 3 months ago

cast-e commented 3 months ago

GPU

NVIDIA Geforce RTX 3060

Operating System

Windows 11

Is this specific to performance?

Issue Type

Other

Incident Description

Some props like "models\props_phx\huge\road_long.mdl" and "models\props_lab\blastdoor001a.mdl" have 90 degrees offset of collision with gelly.

Log

No response

yogwoggf commented 3 months ago

Yeah, this is a GMod bug, will look into fixing but to be honest it's low priority.

Derpius commented 3 months ago

@yogwoggf are you failing to apply the bind pose to rigid meshes?

Props like the gmod logo have their root bone rotated 90 degrees relative to the mesh data

yogwoggf commented 3 months ago

@yogwoggf are you failing to apply the bind pose to rigid meshes?

Props like the gmod logo have their root bone rotated 90 degrees relative to the mesh data

Just read this as I was triaging, definitely it. Should be a quick win given this info.

yogwoggf commented 3 months ago

Triaged in #75