Unit1.dfm 1.9 KB

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