fPathControlC.dfm 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. object FormPathControl: TFormPathControl
  2. Left = 0
  3. Top = 0
  4. Caption = 'Path Control'
  5. ClientHeight = 480
  6. ClientWidth = 705
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. Position = poScreenCenter
  14. OnActivate = FormActivate
  15. TextHeight = 13
  16. object GLSceneViewer1: TGLSceneViewer
  17. Left = 0
  18. Top = 0
  19. Width = 705
  20. Height = 480
  21. Camera = Camera
  22. Buffer.BackgroundColor = clAppWorkSpace
  23. FieldOfView = 156.463424682617200000
  24. PenAsTouch = False
  25. Align = alClient
  26. TabOrder = 0
  27. end
  28. object MoveBtn: TBitBtn
  29. Left = 0
  30. Top = 0
  31. Width = 129
  32. Height = 25
  33. Caption = 'Start Movement'
  34. TabOrder = 1
  35. OnClick = MoveBtnClick
  36. end
  37. object GLScene1: TGLScene
  38. Left = 32
  39. Top = 48
  40. object dcModel: TGLDummyCube
  41. CubeSize = 2.000000000000000000
  42. VisibleAtRunTime = True
  43. object Sun: TGLSphere
  44. Material.FrontProperties.Emission.Color = {9A99193FCDCC4C3FACC8483E0000803F}
  45. Radius = 0.500000000000000000
  46. end
  47. object Planet: TGLSphere
  48. Position.Coordinates = {0000804000000000000000000000803F}
  49. Scale.Coordinates = {0000A0400000A0400000A04000000000}
  50. Radius = 0.200000002980232200
  51. end
  52. object Cube: TGLCube
  53. Material.FrontProperties.Diffuse.Color = {8786063F8786063F0000803F0000803F}
  54. Material.FrontProperties.Emission.Color = {0000000000000000A1A0203F0000803F}
  55. Position.Coordinates = {0000404000000000000000000000803F}
  56. end
  57. end
  58. object LightSource: TGLLightSource
  59. ConstAttenuation = 1.000000000000000000
  60. Diffuse.Color = {B8B7373FB8B7373FB8B7373F0000803F}
  61. Position.Coordinates = {0000204100000000000020410000803F}
  62. SpotCutOff = 180.000000000000000000
  63. end
  64. object Camera: TGLCamera
  65. DepthOfView = 500.000000000000000000
  66. FocalLength = 50.000000000000000000
  67. TargetObject = dcModel
  68. Position.Coordinates = {00000000000000000000A0410000803F}
  69. end
  70. end
  71. object GLCadencer1: TGLCadencer
  72. Scene = GLScene1
  73. Enabled = False
  74. TimeMultiplier = 2.000000000000000000
  75. SleepLength = 10
  76. Left = 32
  77. Top = 112
  78. end
  79. object GLSimpleNavigation1: TGLSimpleNavigation
  80. Form = Owner
  81. GLSceneViewer = GLSceneViewer1
  82. FormCaption = 'Path Control - %FPS'
  83. KeyCombinations = <
  84. item
  85. ShiftState = [ssLeft, ssRight]
  86. Action = snaZoom
  87. end
  88. item
  89. ShiftState = [ssLeft]
  90. Action = snaMoveAroundTarget
  91. end
  92. item
  93. ShiftState = [ssRight]
  94. Action = snaMoveAroundTarget
  95. end>
  96. Left = 128
  97. Top = 112
  98. end
  99. end