fPathControlD.dfm 2.7 KB

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