OpenGL Library for Delphi,
maintained by Eric Grange,
based on Mike Lischke's GLScene.

 

Tips - Maintain constant Field of View when resizing the form


To maintain the same field of view when your form resizes simply set the GLSceneViewer property FieldOfView in the Forms resize event.

procedure TForm1.FormResize(Sender: TObject);
begin
GLSceneViewer1.FieldOfView := 160; // example 160 degree view
end;
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.2
Page was generated in 0.0610 seconds