TriAxis-Games / RealtimeMeshComponent

Unreal Engine 5 plugin component for rendering runtime generated content.
https://rmc.triaxis.games/
Other
1.57k stars 412 forks source link

Fixed Blueprint Mesh Builder Multiple UVs #289

Open laykun opened 4 weeks ago

laykun commented 4 weeks ago

Converted Blueprint Mesh Builder UV builders to strided builders.

Removed 1,2,3 from the builder SetElement method as it offsets the writing of UV data by an element and causes stack corruption. Have tested with normal, high precision, 1,2 3 UVs and all write to the correct places in memory.

laykun commented 3 weeks ago

Added fix for Binormals not working.