Merge remote-tracking branch 'upstream/master' into Statusbar-Imrpovements

This commit is contained in:
davevanegdom
2023-09-22 13:19:57 +02:00
41 changed files with 323 additions and 127 deletions

View File

@@ -366,6 +366,7 @@ void TextRender::Draw(RenderContext& renderContext)
DrawCall drawCall;
drawCall.World = world;
drawCall.ObjectPosition = drawCall.World.GetTranslation();
drawCall.ObjectRadius = _sphere.Radius;
drawCall.Surface.GeometrySize = _localBox.GetSize();
drawCall.Surface.PrevWorld = _drawState.PrevWorld;
drawCall.Surface.Lightmap = nullptr;