jitspoe / godot_bsp_importer

An importer addon to import Quake BSP files.
MIT License
102 stars 10 forks source link

Basic doors #20

Closed degradka closed 7 months ago

degradka commented 7 months ago

Discussed in https://github.com/jitspoe/godot_bsp_importer/discussions/19

Originally posted by **degradka** February 27, 2024 I'm kinda stupid, so I need help with making doors. I made a simple solid class func_door in the fgd, made a brush func_door and remapped it to a characterbody3d. But when I try to apply some rotation magic, the pivot of the door is at world's center, so the door rotates weirdly. P.S. Would be great if somebody made a bunch of example entities for the addon.

P.P.S. Also, accounting for origin property on brush entities would help