Class FlyThroughRender.SetupOptions

  • Enclosing class:
    FlyThroughRender

    public static class FlyThroughRender.SetupOptions
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SetupOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • m_fFractionNumControlPoints

        public float m_fFractionNumControlPoints
        Percentage of path samples points to use for the number of control points for a BSpline curve fit. A larger number may create a curve which oscillates more. A smaller number may create a curve which is too smooth to even be close to the original path samples.
      • m_fMinBranchLength

        public float m_fMinBranchLength
        Minimum length of branch to extract.
      • m_iMaxBranches

        public int m_iMaxBranches
        Maximum number of branches to extract.
      • m_iSegmentSurfaceBranchSamplesReductionFactor

        public int m_iSegmentSurfaceBranchSamplesReductionFactor
        The number of samples which define each branch path is reduced by this factor for the purpose of speeding up the segmentation of the surface.
    • Constructor Detail

      • SetupOptions

        public SetupOptions()