Unit1.dfm 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. object Form1: TForm1
  2. Left = 217
  3. Top = 94
  4. Caption = 'Hierarchy and AVI recorder'
  5. ClientHeight = 418
  6. ClientWidth = 649
  7. Color = clBtnFace
  8. Constraints.MinHeight = 200
  9. Constraints.MinWidth = 320
  10. Font.Charset = DEFAULT_CHARSET
  11. Font.Color = clWindowText
  12. Font.Height = -13
  13. Font.Name = 'MS Sans Serif'
  14. Font.Style = []
  15. OldCreateOrder = False
  16. Scaled = False
  17. OnKeyPress = FormKeyPress
  18. OnResize = FormResize
  19. PixelsPerInch = 96
  20. TextHeight = 16
  21. object GLSceneViewer1: TGLSceneViewer
  22. Left = 0
  23. Top = 0
  24. Width = 649
  25. Height = 387
  26. Camera = GLCamera1
  27. Buffer.BackgroundColor = clBtnShadow
  28. FieldOfView = 125.340530395507800000
  29. Align = alClient
  30. TabOrder = 0
  31. end
  32. object TrackBar: TTrackBar
  33. Left = 0
  34. Top = 387
  35. Width = 649
  36. Height = 31
  37. Align = alBottom
  38. Max = 360
  39. PageSize = 10
  40. Frequency = 10
  41. TabOrder = 1
  42. ThumbLength = 15
  43. OnChange = TrackBarChange
  44. end
  45. object StaticText1: TStaticText
  46. Left = 20
  47. Top = 20
  48. Width = 54
  49. Height = 20
  50. BorderStyle = sbsSingle
  51. Caption = '??? FPS'
  52. TabOrder = 2
  53. end
  54. object Button1: TButton
  55. Left = 263
  56. Top = 8
  57. Width = 132
  58. Height = 31
  59. Caption = 'Record to AVI...'
  60. TabOrder = 3
  61. OnClick = Button1Click
  62. end
  63. object GLScene1: TGLScene
  64. Left = 16
  65. Top = 48
  66. object Cube1: TGLCube
  67. Material.FrontProperties.Ambient.Color = {0000000000000000000000000000803F}
  68. Material.FrontProperties.Diffuse.Color = {0000000000000000000000000000803F}
  69. Material.FrontProperties.Emission.Color = {0000803F0000803F000000000000803F}
  70. end
  71. object DummyCube1: TGLDummyCube
  72. CubeSize = 2.000000000000000000
  73. object Cube2: TGLCube
  74. Material.FrontProperties.Diffuse.Color = {8786063F8786063F0000803F0000803F}
  75. Material.FrontProperties.Emission.Color = {0000000000000000A1A0203F0000803F}
  76. Position.Coordinates = {0000404000000000000000000000803F}
  77. CubeSize = {0000003F0000003F0000003F}
  78. object DummyCube2: TGLDummyCube
  79. Direction.Coordinates = {00000000F304353FF304353F00000000}
  80. Up.Coordinates = {00000000F304353FF30435BF00000000}
  81. CubeSize = 1.000000000000000000
  82. object Cube3: TGLCube
  83. Position.Coordinates = {000000000000803F000000000000803F}
  84. CubeSize = {CDCC4C3ECDCC4C3ECDCC4C3E}
  85. end
  86. end
  87. end
  88. end
  89. object GLLightSource1: TGLLightSource
  90. ConstAttenuation = 1.000000000000000000
  91. SpotCutOff = 180.000000000000000000
  92. end
  93. object GLCamera1: TGLCamera
  94. DepthOfView = 100.000000000000000000
  95. FocalLength = 100.000000000000000000
  96. TargetObject = Cube1
  97. Position.Coordinates = {000020410000A040000020410000803F}
  98. end
  99. end
  100. object GLCadencer1: TGLCadencer
  101. Scene = GLScene1
  102. Left = 16
  103. Top = 88
  104. end
  105. object AVIRecorder1: TGLAVIRecorder
  106. GLSceneViewer = GLSceneViewer1
  107. Width = 320
  108. Height = 200
  109. Compressor = acShowDialog
  110. OnPostProcessEvent = AVIRecorder1PostProcessEvent
  111. Left = 16
  112. Top = 128
  113. end
  114. end