fdPanoViewer.dfm 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. object FormPamorama: TFormPamorama
  2. Left = 201
  3. Top = 129
  4. Caption = 'Spherical Pano Viewer'
  5. ClientHeight = 481
  6. ClientWidth = 716
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. KeyPreview = True
  14. Position = poScreenCenter
  15. OnCreate = FormCreate
  16. OnKeyDown = FormKeyDown
  17. OnMouseWheel = FormMouseWheel
  18. TextHeight = 13
  19. object GLSceneViewer1: TGLSceneViewer
  20. Left = 0
  21. Top = 46
  22. Width = 716
  23. Height = 435
  24. Cursor = crHandPoint
  25. Camera = Camera
  26. Buffer.FaceCulling = False
  27. Buffer.Lighting = False
  28. FieldOfView = 159.158569335937500000
  29. PenAsTouch = False
  30. Align = alClient
  31. OnMouseDown = GLSceneViewer1MouseDown
  32. OnMouseMove = GLSceneViewer1MouseMove
  33. TabOrder = 0
  34. ExplicitWidth = 662
  35. ExplicitHeight = 397
  36. end
  37. object Panel1: TPanel
  38. Left = 0
  39. Top = 0
  40. Width = 716
  41. Height = 46
  42. Align = alTop
  43. BevelInner = bvRaised
  44. BevelOuter = bvLowered
  45. Font.Charset = DEFAULT_CHARSET
  46. Font.Color = clWindowText
  47. Font.Height = -11
  48. Font.Name = 'Arial'
  49. Font.Style = []
  50. ParentFont = False
  51. TabOrder = 1
  52. ExplicitWidth = 654
  53. object LabelYaw: TLabel
  54. Left = 249
  55. Top = 8
  56. Width = 35
  57. Height = 14
  58. Caption = 'Yaw: 0'
  59. end
  60. object LabelPitch: TLabel
  61. Left = 249
  62. Top = 24
  63. Width = 35
  64. Height = 14
  65. Caption = 'Pitch: 0'
  66. end
  67. object Label1: TLabel
  68. Left = 113
  69. Top = 8
  70. Width = 62
  71. Height = 14
  72. Caption = 'Focal Length'
  73. end
  74. object Label2: TLabel
  75. Left = 329
  76. Top = 8
  77. Width = 166
  78. Height = 28
  79. Caption = 'Hold left mouse button to pan'#13#10'Zoom in/out with the mouse wheel'
  80. end
  81. object BtnLoad: TButton
  82. Left = 8
  83. Top = 8
  84. Width = 89
  85. Height = 30
  86. Caption = 'Load Image...'
  87. TabOrder = 0
  88. OnClick = BtnLoadClick
  89. end
  90. object TrackBarFocal: TTrackBar
  91. Left = 108
  92. Top = 23
  93. Width = 126
  94. Height = 16
  95. Max = 100
  96. Min = 10
  97. Frequency = 10
  98. Position = 40
  99. TabOrder = 1
  100. ThumbLength = 10
  101. TickMarks = tmBoth
  102. TickStyle = tsNone
  103. OnChange = TrackBarFocalChange
  104. end
  105. end
  106. object GLScene1: TGLScene
  107. Left = 16
  108. Top = 56
  109. object SpherePano: TGLSphere
  110. Material.MaterialLibrary = GLMaterialLibrary1
  111. Material.LibMaterialName = 'LibMaterial'
  112. Normals = nsFlat
  113. Radius = 2.000000000000000000
  114. Slices = 64
  115. end
  116. object Camera: TGLCamera
  117. DepthOfView = 200.000000000000000000
  118. FocalLength = 40.000000000000000000
  119. Left = 328
  120. Top = 216
  121. end
  122. end
  123. object OpenPictureDialog1: TOpenPictureDialog
  124. Left = 304
  125. Top = 56
  126. end
  127. object GLMaterialLibrary1: TGLMaterialLibrary
  128. Materials = <
  129. item
  130. Name = 'LibMaterial'
  131. Tag = 0
  132. Material.Texture.MinFilter = miLinear
  133. Material.Texture.TextureMode = tmReplace
  134. Material.Texture.TextureFormat = tfRGB
  135. Material.Texture.FilteringQuality = tfAnisotropic
  136. Material.Texture.Disabled = False
  137. TextureOffset.Coordinates = {000000000000803F0000000000000000}
  138. TextureScale.Coordinates = {000080BF0000803F0000803F00000000}
  139. end>
  140. Left = 192
  141. Top = 56
  142. end
  143. object GLCadencer1: TGLCadencer
  144. Scene = GLScene1
  145. OnProgress = GLCadencer1Progress
  146. Left = 96
  147. Top = 56
  148. end
  149. end