fWhirlD.dfm 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. object FormWhirl: TFormWhirl
  2. Left = 0
  3. Top = 0
  4. Caption = 'Whirlwind'
  5. ClientHeight = 378
  6. ClientWidth = 513
  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. TextHeight = 13
  15. object GLSceneViewer1: TGLSceneViewer
  16. Left = 0
  17. Top = 0
  18. Width = 513
  19. Height = 350
  20. Camera = GLCamera1
  21. Buffer.BackgroundColor = clBlack
  22. FieldOfView = 163.739791870117200000
  23. PenAsTouch = False
  24. Align = alClient
  25. OnMouseDown = GLSceneViewer1MouseDown
  26. OnMouseMove = GLSceneViewer1MouseMove
  27. TabOrder = 0
  28. ExplicitWidth = 472
  29. ExplicitHeight = 301
  30. end
  31. object Panel1: TPanel
  32. Left = 0
  33. Top = 350
  34. Width = 513
  35. Height = 28
  36. Align = alBottom
  37. Caption = 'FPS'
  38. TabOrder = 1
  39. ExplicitTop = 268
  40. ExplicitWidth = 441
  41. end
  42. object Timer1: TTimer
  43. Interval = 10000
  44. OnTimer = Timer1Timer
  45. Left = 152
  46. Top = 40
  47. end
  48. object GLCadencer1: TGLCadencer
  49. Scene = GLScene1
  50. OnProgress = GLCadencer1Progress
  51. Left = 64
  52. Top = 104
  53. end
  54. object GLScene1: TGLScene
  55. Left = 64
  56. Top = 40
  57. object GLParticles1: TGLParticles
  58. ObjectsSorting = osNone
  59. CubeSize = 1.000000000000000000
  60. ParticlePoolSize = 10
  61. OnActivateParticle = GLParticles1ActivateParticle
  62. object DummyCube1: TGLDummyCube
  63. CubeSize = 1.000000000000000000
  64. BehavioursData = {
  65. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  66. 00050000000000000080FF3F0200080500000000000000000000050000000000
  67. 0000000000050000000000000000000008020008020008}
  68. object Sprite1: TGLSprite
  69. Material.FrontProperties.Ambient.Color = {0000000000000000000000000000803F}
  70. Material.FrontProperties.Diffuse.Color = {0000000000000000000000000000803F}
  71. Material.FrontProperties.Emission.Color = {0000803F0000803F0000803F0000803F}
  72. Width = 0.100000001490116100
  73. Height = 0.100000001490116100
  74. Rotation = 0.000000000000000000
  75. end
  76. end
  77. end
  78. object GLCamera1: TGLCamera
  79. DepthOfView = 100.000000000000000000
  80. FocalLength = 25.000000000000000000
  81. TargetObject = GLParticles1
  82. Position.Coordinates = {0000204100004040000000000000803F}
  83. end
  84. end
  85. end