litiengine icon indicating copy to clipboard operation
litiengine copied to clipboard

Implement support for multiple cameras

Open gurkenlabs opened this issue 6 years ago • 1 comments

Right now, the Game.getCamera() is considered the only camera that can be rendered on.

We need to extend the rendering mechanism and the usages of this camera to potentially support multiple cameras.

Also, we need to be able to define a render area (Graphics2D.setClip(...)) for the camera.

gurkenlabs avatar Feb 01 '18 21:02 gurkenlabs

I think this feature is I could try giving a shot. I just hope I am right about how your camera system works.

I would like to know a bit more about the issue though. How do you imagine it would look like in the end?

KvaGram avatar Mar 23 '20 07:03 KvaGram