W. Pasman
Revision, 14/11/2001
We estimate required texture size at near and far distances
and then we glue them together with a correction factor t0 on the near estimate
FarTextureSize is required number of pixels at large distances
Uses rough estimate based on target distortion, distance and radius of object
Distortion is in 1/rad.
We assume that at large distances only the front side is required (REMOVED factor 2 from previous versions).
Minimum distance where this formula will be used is distance=MinDis.
ScanArea estimates how large an area the observer can scan from nearby
given his speed, time and object radius
This is a simple version, convenient for following calculations but not checking whether more than the whole is scanned.
Better version follows later.
ScanPixels estimates how many pixels the observer can scan from nearby, given his speed, time and object radius
see ScanArea.
VisPixels is same as ScanPixels but adds a correction factor d0[...] to correct for pixels that are not straight under the observer but which he might nevertheless see.We will use these factor to'glue' together the near-distance estimate'ScanArea' and the large-distance estimate'FarTextureSize'.
d0 is determined so that both formulas give same value
at minimum distance where FarTextureSize formula can be used.
Limit ScanArea - you can never scan more than the whole = 4 π .That is,
Glue the near and far estimates, using the estimated d0. Tnear is remaining time that observer could spend close to object.Our choice of d0 should glue the near and far estimates seamlessly together.W=total walkabke distance=vT and dnear=W-(distance-MinDist).
There is no LogPlot3D function but we use the log ticks
This looks about right with the asymptote of the above curve.