AGI Components with Insight3D Alpha 2008 r8
FieldOfView Property
Library ReferenceAGI.Graphics.Scene3DIAgGxCameraFieldOfView
The field of view, in radians, in the screen's y axis. The default is 35 degrees. Wide fields of view create bigger view frustums, with more potentially visible objects but can look distorted.
Declaration Syntax
C# Visual Basic Visual C++
double 
FieldOfView { 
get; 
set; }
Property 
FieldOfView 
As 
Double
property 
double 
FieldOfView {
        
double 
get ();
        
void 
set (
double 
value);
}

Assembly: AGI.Graphics.Scene3D.Interop(Module: AGI.Graphics.Scene3D.Interop) Version: 9.0.0.0 (9.0.0.0)