| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149 |
- object FormPamorama: TFormPamorama
- Left = 201
- Top = 129
- Caption = 'Spherical Pano Viewer'
- ClientHeight = 481
- ClientWidth = 716
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnMouseWheel = FormMouseWheel
- TextHeight = 13
- object GLSceneViewer1: TGLSceneViewer
- Left = 0
- Top = 46
- Width = 716
- Height = 435
- Cursor = crHandPoint
- Camera = Camera
- Buffer.FaceCulling = False
- Buffer.Lighting = False
- FieldOfView = 159.158569335937500000
- PenAsTouch = False
- Align = alClient
- OnMouseDown = GLSceneViewer1MouseDown
- OnMouseMove = GLSceneViewer1MouseMove
- TabOrder = 0
- ExplicitWidth = 662
- ExplicitHeight = 397
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 716
- Height = 46
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- ExplicitWidth = 654
- object LabelYaw: TLabel
- Left = 249
- Top = 8
- Width = 35
- Height = 14
- Caption = 'Yaw: 0'
- end
- object LabelPitch: TLabel
- Left = 249
- Top = 24
- Width = 35
- Height = 14
- Caption = 'Pitch: 0'
- end
- object Label1: TLabel
- Left = 113
- Top = 8
- Width = 62
- Height = 14
- Caption = 'Focal Length'
- end
- object Label2: TLabel
- Left = 329
- Top = 8
- Width = 166
- Height = 28
- Caption = 'Hold left mouse button to pan'#13#10'Zoom in/out with the mouse wheel'
- end
- object BtnLoad: TButton
- Left = 8
- Top = 8
- Width = 89
- Height = 30
- Caption = 'Load Image...'
- TabOrder = 0
- OnClick = BtnLoadClick
- end
- object TrackBarFocal: TTrackBar
- Left = 108
- Top = 23
- Width = 126
- Height = 16
- Max = 100
- Min = 10
- Frequency = 10
- Position = 40
- TabOrder = 1
- ThumbLength = 10
- TickMarks = tmBoth
- TickStyle = tsNone
- OnChange = TrackBarFocalChange
- end
- end
- object GLScene1: TGLScene
- Left = 16
- Top = 56
- object SpherePano: TGLSphere
- Material.MaterialLibrary = GLMaterialLibrary1
- Material.LibMaterialName = 'LibMaterial'
- Normals = nsFlat
- Radius = 2.000000000000000000
- Slices = 64
- end
- object Camera: TGLCamera
- DepthOfView = 200.000000000000000000
- FocalLength = 40.000000000000000000
- Left = 328
- Top = 216
- end
- end
- object OpenPictureDialog1: TOpenPictureDialog
- Left = 304
- Top = 56
- end
- object GLMaterialLibrary1: TGLMaterialLibrary
- Materials = <
- item
- Name = 'LibMaterial'
- Tag = 0
- Material.Texture.MinFilter = miLinear
- Material.Texture.TextureMode = tmReplace
- Material.Texture.TextureFormat = tfRGB
- Material.Texture.FilteringQuality = tfAnisotropic
- Material.Texture.Disabled = False
- TextureOffset.Coordinates = {000000000000803F0000000000000000}
- TextureScale.Coordinates = {000080BF0000803F0000803F00000000}
- end>
- Left = 192
- Top = 56
- end
- object GLCadencer1: TGLCadencer
- Scene = GLScene1
- OnProgress = GLCadencer1Progress
- Left = 96
- Top = 56
- end
- end
|