SpatialMaterial.depthDeepParallax

If true, the shader will read depth texture at multiple points along the view ray to determine occlusion and parrallax. This can be very performance demanding, but results in more realistic looking depth mapping.

  1. bool depthDeepParallax [@property getter]
    struct SpatialMaterial
    @nogc nothrow @property
    bool
    depthDeepParallax
    ()
  2. bool depthDeepParallax [@property setter]

Meta