McManning / Coherence

Blender viewport renderer using the Unity Engine
MIT License
30 stars 0 forks source link

Refactor queue-replace vs stack messages #14

Closed McManning closed 3 years ago

McManning commented 3 years ago

Look over messages that go between the apps and figure out which ones can be queue-replace vs stacked.

E.g. viewport camera changes should be in replace mode - which will hopefully reduce camera lag?

McManning commented 3 years ago

I think this is in a good place, performance wise.