Rework entirely the camera system #30

Closed
opened 2020-08-09 11:34:58 +02:00 by kazhnuz · 0 comments
Owner

The camera system was kinda wonky, having to bridge hump.camera with several things, as

  • The multiple view system : This one was particulary annoying, as we add to create "fake" camera coordinate and true camera coordinate, and use Scissor to only draw where we want.

  • The resolution system.

So basically, this PR rework entirely the system by using Canvases instead of (only) transform, allowing for a tear-free, way simpler camera system. And we drop hump.camera.

Fix #27

The camera system was kinda wonky, having to bridge hump.camera with several things, as - The multiple view system : This one was particulary annoying, as we add to create "fake" camera coordinate and true camera coordinate, and use Scissor to only draw where we want. - The resolution system. So basically, this PR rework entirely the system by using Canvases instead of (only) transform, allowing for a tear-free, way simpler camera system. And we drop hump.camera. Fix #27
Sign in to join this conversation.
No description provided.