Unit1.dfm 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Path Control'
  5. ClientHeight = 378
  6. ClientWidth = 497
  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. WindowState = wsMaximized
  15. OnActivate = FormActivate
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object GLSceneViewer1: TGLSceneViewer
  19. Left = 0
  20. Top = 0
  21. Width = 497
  22. Height = 378
  23. Camera = GLCamera1
  24. Buffer.BackgroundColor = clAppWorkSpace
  25. FieldOfView = 150.363708496093800000
  26. Align = alClient
  27. TabOrder = 0
  28. end
  29. object MoveBtn: TBitBtn
  30. Left = 0
  31. Top = 0
  32. Width = 129
  33. Height = 25
  34. Caption = 'Start Movement'
  35. TabOrder = 1
  36. OnClick = MoveBtnClick
  37. end
  38. object GLScene1: TGLScene
  39. Left = 32
  40. Top = 48
  41. object DummyCube1: TGLDummyCube
  42. CubeSize = 2.000000000000000000
  43. VisibleAtRunTime = True
  44. object Cube2: TGLCube
  45. Material.FrontProperties.Diffuse.Color = {8786063F8786063F0000803F0000803F}
  46. Material.FrontProperties.Emission.Color = {0000000000000000A1A0203F0000803F}
  47. Position.Coordinates = {0000404000000000000000000000803F}
  48. end
  49. end
  50. object GLLightSource1: TGLLightSource
  51. ConstAttenuation = 1.000000000000000000
  52. Diffuse.Color = {B8B7373FB8B7373FB8B7373F0000803F}
  53. Position.Coordinates = {0000204100000000000020410000803F}
  54. SpotCutOff = 180.000000000000000000
  55. end
  56. object Sphere1: TGLSphere
  57. Position.Coordinates = {0000004500002042008009450000803F}
  58. Scale.Coordinates = {0000A0400000A0400000A04000000000}
  59. Radius = 0.500000000000000000
  60. end
  61. object GLCamera1: TGLCamera
  62. DepthOfView = 500.000000000000000000
  63. FocalLength = 50.000000000000000000
  64. TargetObject = DummyCube1
  65. Position.Coordinates = {00000000000000000000A0410000803F}
  66. end
  67. end
  68. object GLCadencer1: TGLCadencer
  69. Scene = GLScene1
  70. Enabled = False
  71. TimeMultiplier = 2.000000000000000000
  72. SleepLength = 10
  73. Left = 32
  74. Top = 112
  75. end
  76. object GLSimpleNavigation1: TGLSimpleNavigation
  77. Form = Owner
  78. GLSceneViewer = GLSceneViewer1
  79. FormCaption = 'Path Control - %FPS'
  80. KeyCombinations = <
  81. item
  82. ShiftState = [ssLeft, ssRight]
  83. Action = snaZoom
  84. end
  85. item
  86. ShiftState = [ssLeft]
  87. Action = snaMoveAroundTarget
  88. end
  89. item
  90. ShiftState = [ssRight]
  91. Action = snaMoveAroundTarget
  92. end>
  93. Left = 128
  94. Top = 112
  95. end
  96. end