Class MTLAccelerationStructureUsage


  • public final class MTLAccelerationStructureUsage
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long None
      Default usage
      static long PreferFastBuild
      Prefer building this acceleration structure quickly at the cost of reduced ray tracing performance.
      static long Refit
      Enable refitting for this acceleration structure.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Refit

        public static final long Refit
        Enable refitting for this acceleration structure. Note that this may reduce acceleration structure quality.
        See Also:
        Constant Field Values
      • PreferFastBuild

        public static final long PreferFastBuild
        Prefer building this acceleration structure quickly at the cost of reduced ray tracing performance.
        See Also:
        Constant Field Values