Package gaiasky.render
Class RenderingContext
java.lang.Object
gaiasky.render.RenderingContext
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionSide of the cubemap, if anycom.badlogic.gdx.graphics.glutils.FrameBuffer
In case this is not null, we are using the screenshot or frame output feature.The post process bean.float
Scale factor, the ratio between the diagonal of HD resolution (1280x720) and the current resolutionVR position offset -
Constructor Summary
-
Method Summary
-
Field Details
-
ppb
The post process bean. It may have no effects enabled. -
fb
public com.badlogic.gdx.graphics.glutils.FrameBuffer fbIn case this is not null, we are using the screenshot or frame output feature. This is the renderToFile frame buffer. -
vrOffset
VR position offset -
scaleFactor
public float scaleFactorScale factor, the ratio between the diagonal of HD resolution (1280x720) and the current resolution -
cubemapSide
Side of the cubemap, if any
-
-
Constructor Details
-
RenderingContext
public RenderingContext()
-
-
Method Details
-
w
public int w()Gets the width- Returns:
- The width in pixels
-
h
public int h()Gets the height- Returns:
- The height in pixels
-
set
public void set(int w, int h) Sets the width and height- Parameters:
w
- The width in pixelsh
- The height in pixels
-
isCubemap
public boolean isCubemap()
-