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.
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.