iv3d-users

Text archives Help


[IV3D-USERS] Re: displaying frame rate in ImageVis3D


Chronological Thread 
  • From: Jens Krueger <jens@sci.utah.edu>
  • To: Aaron Knoll <knolla@gmail.com>
  • Cc: iv3d-users@sci.utah.edu
  • Subject: [IV3D-USERS] Re: displaying frame rate in ImageVis3D
  • Date: Tue, 29 Jun 2010 13:59:20 +0200

(1) is easy:
Just open the progress viewer and adjust the "minimum quality" slider to skip 
all but the highest resolution

(2) is hard:
Timing is generally hard, you would have to do multiple frames and then 
average, but in the case of imagevis3d with it's interruptible renderer, that 
returns control to the OS multiple times during a frame, it's especially hard 
to get reliable timings. Still you can get timings by enableling "other" in 
the debug window. Just make sure to clear the window from time to time as 
just drawing these messages into the window gets more and more expensive as 
the window fills.

Cheers
  Jens


Am 29.06.2010 um 12:11 schrieb Aaron Knoll:

> Hi Jens and Tom,
> 
> I'm running some benchmarks and was wondering if there was a way to:
> 
> (1) disable LOD entirely in ImageVis3D (other than setting the max delay to 
> 1 second) ?
> (2) display the frame rate?
> 
> Thanks!
> 
> -Aaron




Archive powered by MHonArc 2.6.16.

Top of page