-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Often times in multiplayer games we are displaying players that are different from the logical ones, usually due to interpolation or what not. Separating logic and visuals into two different worlds would make this way easier. It would also allow for easy demo viewing etc.
main ECS world (logic) ----extract----> visual ECS world ----extract-----> render world
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request