Module raytracer

Class Intersections.ParallelogramInput

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

public static class Intersections.ParallelogramInput extends Object
  • Field Details

    • ray

      public final Ray ray
    • transformation

      public final Matrix4f transformation
    • invers_transformation

      public final Matrix4f invers_transformation
    • transparencyShader

      public RTShader transparencyShader
    • normal

      public final Vector3f normal
    • tangenteU

      public final Vector3f tangenteU
    • tangenteV

      public final Vector3f tangenteV
  • Constructor Details

    • ParallelogramInput

      public ParallelogramInput()