fSimpleNaviC.dfm 1.9 KB

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