codecat / godot-tbloader

TrenchBroom Loader for Godot 4. (Alternative to Qodot)
MIT License
232 stars 29 forks source link

Add UV2 unwrap texel size property to TBLoader class #98

Closed rwilliaise closed 3 weeks ago

rwilliaise commented 1 month ago

This PR adds a UV2 unwrap texel size property to the TBLoader class. I noticed that it originally used a default of 0.05, which would make my final production builds quite large. This removes that hardcoded value and uses a property on the TBLoader class instead.

codecat commented 3 weeks ago

Thank you! 🎉