codecat / godot-tbloader

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

Add UV2 unwrap texel size property to TBLoader class #98

Closed rwilliaise closed 5 months ago

rwilliaise commented 5 months 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 5 months ago

Thank you! 🎉