Unit1.dfm 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Events'
  5. ClientHeight = 350
  6. ClientWidth = 487
  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 = 487
  20. Height = 350
  21. Camera = Camera1
  22. Buffer.BackgroundColor = clSilver
  23. FieldOfView = 148.109207153320300000
  24. Align = alClient
  25. TabOrder = 0
  26. end
  27. object GLScene1: TGLScene
  28. Left = 40
  29. Top = 8
  30. object DummyCube1: TGLDummyCube
  31. CubeSize = 1.000000000000000000
  32. end
  33. object Cube1: TGLCube
  34. Material.FrontProperties.Ambient.Color = {0000803F00000000000000000000803F}
  35. Material.FrontProperties.Diffuse.Color = {0000803F00000000000000000000803F}
  36. Material.FrontProperties.Emission.Color = {0000803F00000000000000000000803F}
  37. Position.Coordinates = {000040C000000000000000000000803F}
  38. Scale.Coordinates = {0000803F0000A0400000803F00000000}
  39. end
  40. object Cube2: TGLCube
  41. Material.FrontProperties.Emission.Color = {000000000000803F000000000000803F}
  42. Scale.Coordinates = {0000803F0000A0400000803F00000000}
  43. end
  44. object Cube3: TGLCube
  45. Material.FrontProperties.Emission.Color = {00000000000000000000803F0000803F}
  46. Position.Coordinates = {0000404000000000000000000000803F}
  47. Scale.Coordinates = {0000803F0000A0400000803F00000000}
  48. end
  49. object Camera1: TGLCamera
  50. DepthOfView = 1000000.000000000000000000
  51. FocalLength = 50.000000000000000000
  52. TargetObject = DummyCube1
  53. Position.Coordinates = {0000000000000000000020410000803F}
  54. Direction.Coordinates = {000080BF000000000000000000000000}
  55. end
  56. end
  57. object Timer1: TTimer
  58. Interval = 100
  59. OnTimer = Timer1Timer
  60. Left = 440
  61. Top = 8
  62. end
  63. object GLCadencer1: TGLCadencer
  64. Scene = GLScene1
  65. Left = 40
  66. Top = 72
  67. end
  68. object GLTimeEventsMGR1: TGLTimeEventsMGR
  69. Cadencer = GLCadencer1
  70. FreeEventOnEnd = True
  71. Events = <
  72. item
  73. Name = 'Event0'
  74. StartTime = 2.000000000000000000
  75. EndTime = 5.000000000000000000
  76. EventType = etContinuous
  77. OnEvent = GLTimeEventsMGR1Events0Event
  78. end
  79. item
  80. Name = 'Event1'
  81. StartTime = 5.000000000000000000
  82. EndTime = 10.000000000000000000
  83. Period = 0.010000000000000000
  84. EventType = etPeriodic
  85. OnEvent = GLTimeEventsMGR1Events1Event
  86. end
  87. item
  88. Name = 'Event2'
  89. StartTime = 10.000000000000000000
  90. OnEvent = GLTimeEventsMGR1Events2Event
  91. end
  92. item
  93. Name = 'Event3'
  94. StartTime = 15.000000000000000000
  95. EndTime = -1.000000000000000000
  96. Period = 0.500000000000000000
  97. EventType = etPeriodic
  98. OnEvent = GLTimeEventsMGR1Events3Event
  99. end
  100. item
  101. Name = 'Event4'
  102. StartTime = 15.000000000000000000
  103. EndTime = -1.000000000000000000
  104. Period = 0.100000000000000000
  105. EventType = etPeriodic
  106. OnEvent = GLTimeEventsMGR1Events4Event
  107. end
  108. item
  109. Name = 'Event5'
  110. StartTime = 15.000000000000000000
  111. EndTime = -1.000000000000000000
  112. Period = 0.010000000000000000
  113. EventType = etPeriodic
  114. OnEvent = GLTimeEventsMGR1Events5Event
  115. end>
  116. Left = 184
  117. Top = 8
  118. end
  119. end