Class IntersectionState.StackNode

java.lang.Object
org.sunflow.core.IntersectionState.StackNode
Enclosing class:
IntersectionState

public static final class IntersectionState.StackNode extends Object
Traversal stack node, helps with tree-based AccelerationStructure traversal.
  • Field Details

    • node

      public int node
    • near

      public float near
    • far

      public float far
  • Constructor Details

    • StackNode

      public StackNode()