macroquad icon indicating copy to clipboard operation
macroquad copied to clipboard

Clean up camera mess

Open not-fl3 opened this issue 3 years ago • 3 comments

  • set_default_camera and actual default camera are different. How to test: draw stuff without any set_whatever_camera calls and than add set_default_camera on top. The results should be the same

  • make it clear how to create Camera2D with exactly the same params as set_default_camera. Maybe just add the params of that Camera2D to docs of set_default_camera

not-fl3 avatar Sep 04 '20 15:09 not-fl3

I just ran into this as well, would certainly be nice to clean up eventually :D

profan avatar Oct 31 '20 20:10 profan

Just ran into this issue as well, still trying to figure out how to draw correctly to a render target.

nathanielfernandes avatar Dec 01 '21 22:12 nathanielfernandes

welp, for now i'm using this as a workaround: image which, of course, breaks camera.screen_to_world

image

image

wihrl avatar Jan 12 '22 18:01 wihrl