Class SVTRenderPass

java.lang.Object
gaiasky.scene.system.render.pass.SVTRenderPass

public class SVTRenderPass extends Object
Sparse virtual texture (SVT) tile detection render pass.
  • Field Details

    • SVT_TILE_DETECTION_REDUCTION_FACTOR

      public static float SVT_TILE_DETECTION_REDUCTION_FACTOR
      The 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

      public SVTRenderPass(SceneRenderer sceneRenderer)
  • Method Details

    • initialize

      public void initialize()
    • render

      public void render(ICamera camera)