Module raytracer

Class Intersections.PlaneLocalVariables

java.lang.Object
de.grogra.ray.intersection.Intersections.PlaneLocalVariables
Enclosing class:
Intersections

public static class Intersections.PlaneLocalVariables extends Object
  • Field Details

    • transparencyInput

      public final RTShader.TransparencyInput transparencyInput
    • invers_ray

      public Ray invers_ray
    • invers_t

      public float invers_t
    • t

      public float t
    • hasIntersection

      public boolean hasIntersection
    • invers_point

      public Point3f invers_point
    • point

      public Point3f point
  • Constructor Details

    • PlaneLocalVariables

      public PlaneLocalVariables()