Class LODPerf


  • public class LODPerf
    extends Object
    Hold performance results of multiple candidate LODSetting aiming at choosing an appropriate level of details according to the rendering time expectations.
    Author:
    Martin Pernollet
    • Constructor Detail

      • LODPerf

        public LODPerf()
    • Method Detail

      • getScore

        public double getScore​(LODSetting setting)
      • setScore

        public void setScore​(LODSetting setting,
                             double value)
      • applyBestCandidateBelow

        public LODSetting applyBestCandidateBelow​(double maxMili,
                                                  Wireframeable wireframeable)
      • getLowestScore

        public LODSetting getLowestScore()
      • print

        public void print()