Class NullAccelerator

    • Constructor Summary

      Constructors 
      Constructor Description
      NullAccelerator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void build​(PrimitiveList primitives)
      Construct an acceleration structure for the specified primitive list.
      void intersect​(Ray r, IntersectionState state)
      Intersect the specified ray with the geometry in local space.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullAccelerator

        public NullAccelerator()