fSimpleNaviC.dfm 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Simple Navigation'
  5. ClientHeight = 505
  6. ClientWidth = 666
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -14
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. PixelsPerInch = 120
  14. TextHeight = 17
  15. object GLSceneViewer1: TGLSceneViewer
  16. Left = 0
  17. Top = 0
  18. Width = 666
  19. Height = 505
  20. Margins.Left = 4
  21. Margins.Top = 4
  22. Margins.Right = 4
  23. Margins.Bottom = 4
  24. Camera = GLCamera1
  25. Buffer.BackgroundColor = clBackground
  26. FieldOfView = 157.598403930664100000
  27. PenAsTouch = False
  28. Align = alClient
  29. TabOrder = 0
  30. ExplicitLeft = 9
  31. end
  32. object GLScene1: TGLScene
  33. Left = 80
  34. Top = 16
  35. object GLLightSource1: TGLLightSource
  36. ConstAttenuation = 1.000000000000000000
  37. Position.Coordinates = {000020410000A0410000C8420000803F}
  38. SpotCutOff = 180.000000000000000000
  39. end
  40. object GLCamera1: TGLCamera
  41. DepthOfView = 100.000000000000000000
  42. FocalLength = 50.000000000000000000
  43. TargetObject = GLCube1
  44. Position.Coordinates = {000080400000A0400000C0400000803F}
  45. end
  46. object GLCube1: TGLCube
  47. Material.FrontProperties.Ambient.Color = {D5D4543EBDBC3C3FA7A6263F0000803F}
  48. Scale.Coordinates = {00000040000000400000004000000000}
  49. end
  50. end
  51. object GLCadencer1: TGLCadencer
  52. Scene = GLScene1
  53. OnProgress = GLCadencer1Progress
  54. Left = 48
  55. Top = 16
  56. end
  57. object GLSimpleNavigation1: TGLSimpleNavigation
  58. Form = Owner
  59. GLSceneViewer = GLSceneViewer1
  60. FormCaption = 'Simple Navigation - %FPS'
  61. KeyCombinations = <
  62. item
  63. ShiftState = [ssLeft, ssRight]
  64. Action = snaZoom
  65. end
  66. item
  67. ShiftState = [ssLeft]
  68. Action = snaMoveAroundTarget
  69. end
  70. item
  71. ShiftState = [ssRight]
  72. Action = snaMoveAroundTarget
  73. end>
  74. Left = 16
  75. Top = 16
  76. end
  77. end