Package gaiasky.scene.system.render.pass
Class SVTRenderPass
java.lang.Object
gaiasky.scene.system.render.pass.SVTRenderPass
Render pass for the sparse virtual textures. The operation is distributed over 5 consecutive frames
to even out the contributions and achieve regular frame pacing.
-
Field Summary
Modifier and TypeFieldDescriptionstatic float
The tile detection buffer is smaller than the main window by this factor. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doneLoading
(com.badlogic.gdx.assets.AssetManager manager) void
void
We distribute the operation into five frames to distribute the load a bit.
-
Field Details
-
SVT_TILE_DETECTION_REDUCTION_FACTOR
public static float SVT_TILE_DETECTION_REDUCTION_FACTORThe tile detection buffer is smaller than the main window by this factor. Should match the constant with the same name in svt.detection.fragment.glsl and tess.svt.detection.fragment.glsl.
-
-
Constructor Details
-
SVTRenderPass
-
-
Method Details
-
initialize
public void initialize() -
doneLoading
public void doneLoading(com.badlogic.gdx.assets.AssetManager manager) -
render
We distribute the operation into five frames to distribute the load a bit.- Parameters:
camera
- The camera.
-