Class View.ScreenSpaceReflectionsOptions

  • Enclosing class:
    View

    public static class View.ScreenSpaceReflectionsOptions
    extends java.lang.Object
    Options for Screen-space Reflections.
    See Also:
    View#setScreenSpaceReflectionOptions
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float bias
      bias, in world units, to prevent self-intersections
      boolean enabled
      enables or disables screen-space reflections
      float maxDistance
      maximum distance, in world units, to raycast
      float stride
      stride, in texels, for samples along the ray.
      float thickness
      ray thickness, in world units
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • thickness

        public float thickness
        ray thickness, in world units
      • bias

        public float bias
        bias, in world units, to prevent self-intersections
      • maxDistance

        public float maxDistance
        maximum distance, in world units, to raycast
      • stride

        public float stride
        stride, in texels, for samples along the ray.
      • enabled

        public boolean enabled
        enables or disables screen-space reflections
    • Constructor Detail

      • ScreenSpaceReflectionsOptions

        public ScreenSpaceReflectionsOptions()