ModusCreateOrg / creative-engine

Modus Create's portable Game Engine. Runs on the LDK Game console, desktop macOS and Linux
https://labs.moduscreate.com/creative-engine
MIT License
18 stars 8 forks source link

BViewPort render methods #209

Closed mschwartz closed 4 years ago

mschwartz commented 5 years ago

Currently we have an ugly API for calling the BBitmap render methods. Specifically, we pass as first argument the viewport to be used.

We should: 1) implement override methods that do not take viewport and use gViewport instead. 2) implement methods in BViewPort that pass this as first argument to the BBitmap methods.