fSimpleNaviD.dfm 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. object FormSimpleNavigation: TFormSimpleNavigation
  2. Left = 326
  3. Top = 126
  4. Caption = 'Simple Navigation'
  5. ClientHeight = 357
  6. ClientWidth = 514
  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. Position = poScreenCenter
  14. TextHeight = 13
  15. object GLSceneViewer1: TGLSceneViewer
  16. Left = 0
  17. Top = 0
  18. Width = 514
  19. Height = 357
  20. Camera = GLCamera1
  21. Buffer.BackgroundColor = clBackground
  22. FieldOfView = 148.703598022460900000
  23. PenAsTouch = False
  24. Align = alClient
  25. TabOrder = 0
  26. ExplicitWidth = 492
  27. ExplicitHeight = 338
  28. end
  29. object GLScene1: TGLScene
  30. Left = 48
  31. Top = 24
  32. object GLLightSource1: TGLLightSource
  33. ConstAttenuation = 1.000000000000000000
  34. Position.Coordinates = {000020410000A0410000C8420000803F}
  35. SpotCutOff = 180.000000000000000000
  36. end
  37. object GLCamera1: TGLCamera
  38. DepthOfView = 100.000000000000000000
  39. FocalLength = 50.000000000000000000
  40. TargetObject = GLCube1
  41. Position.Coordinates = {000080400000A0400000C0400000803F}
  42. end
  43. object GLCube1: TGLCube
  44. Material.FrontProperties.Ambient.Color = {D5D4543EBDBC3C3FA7A6263F0000803F}
  45. Scale.Coordinates = {00000040000000400000004000000000}
  46. end
  47. end
  48. object GLCadencer1: TGLCadencer
  49. Scene = GLScene1
  50. OnProgress = GLCadencer1Progress
  51. Left = 128
  52. Top = 24
  53. end
  54. object GLSimpleNavigation1: TGLSimpleNavigation
  55. Form = Owner
  56. GLSceneViewer = GLSceneViewer1
  57. FormCaption = 'Simple Navigation - %FPS'
  58. KeyCombinations = <
  59. item
  60. ShiftState = [ssLeft, ssRight]
  61. Action = snaZoom
  62. end
  63. item
  64. ShiftState = [ssLeft]
  65. Action = snaMoveAroundTarget
  66. end
  67. item
  68. ShiftState = [ssRight]
  69. Action = snaMoveAroundTarget
  70. end>
  71. Left = 232
  72. Top = 24
  73. end
  74. end