refactor(rendering): isolate dispatcher candidate values

This commit is contained in:
Erik 2026-07-25 01:06:57 +02:00
parent accd402dd7
commit 58b712c6ec
5 changed files with 356 additions and 50 deletions

View file

@ -1,6 +1,4 @@
using System.Numerics;
using AcDream.Core.World;
namespace AcDream.App.Rendering.Selection;
/// <summary>
@ -10,7 +8,8 @@ namespace AcDream.App.Rendering.Selection;
internal interface IRetailSelectionRenderSink
{
void AddVisiblePart(
WorldEntity entity,
uint serverGuid,
uint localEntityId,
int partIndex,
uint gfxObjId,
Matrix4x4 partWorld);