Module raytracer

Class Intersections.PlaneInput

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

public static class Intersections.PlaneInput extends Object
  • Field Details

    • ray

      public Ray ray
    • transformation

      public Matrix4f transformation
    • invers_transformation

      public Matrix4f invers_transformation
    • transparencyShader

      public RTShader transparencyShader
    • normal

      public Vector3f normal
    • tangenteU

      public Vector3f tangenteU
    • tangenteV

      public Vector3f tangenteV
  • Constructor Details

    • PlaneInput

      public PlaneInput()