| 1 | // a Viewport is a box that has a full-fledge _.scene and _.camera in it that embeds the complete Field graphics system into a box in the canvas. You can have as many of these as you like, rendering is automatically clipped to the bounds of the box |
| 2 | |
| 3 | var GL11 = Java.type('org.lwjgl.opengl.GL11') |
| 4 |
nothing calls this directly
no test coverage detected