Othographic Projection

Does anyone have any a code that makes an orthographic projection work?

If you’re talking about parralel projection:

don’t do any thing fancy, simply call View.setProjectionPolicy(View.PARALLEL_PROJECTION);
If you want to change the size, you call View.setScreenScale(float scale).
that’s it.

yaa this should work …

setScreenScale didn’t work for me.

then you probably didn’t use Parallel Projection. It works for me.

I should have done an error somewhere.