You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merging //UE5/Dev-LargeWorldCoordinates [at] 17581892 to //UE5/Main
#ROBOMERGE-AUTHOR: andrew.davidson #ROBOMERGE-SOURCE: CL 17595295 in //UE5/Main/... #ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v871-17566257) [CL 17595306 by andrew davidson in ue5-release-engine-test branch]
This commit is contained in:
@@ -108,7 +108,7 @@ void UStaticMeshDescription::CreateCube(FVector Center, FVector HalfExtents, FPo
|
||||
UVs[VertexInstanceIDs[2]] = FVector2D(1.0f, 1.0f);
|
||||
UVs[VertexInstanceIDs[3]] = FVector2D(0.0f, 1.0f);
|
||||
|
||||
TVertexInstanceAttributesRef<FVector4> Colors = GetVertexInstanceColors();
|
||||
TVertexInstanceAttributesRef<FVector4f> Colors = GetVertexInstanceColors();
|
||||
Colors[VertexInstanceIDs[0]] = FLinearColor::Red;
|
||||
Colors[VertexInstanceIDs[1]] = FLinearColor::Green;
|
||||
Colors[VertexInstanceIDs[2]] = FLinearColor::Blue;
|
||||
|
||||
Reference in New Issue
Block a user