fMegaCubeD.dfm 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. object FormMegacube: TFormMegacube
  2. Left = 198
  3. Top = 107
  4. Caption = 'Megacube'
  5. ClientHeight = 444
  6. ClientWidth = 593
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -14
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. Position = poScreenCenter
  14. OnCreate = FormCreate
  15. PixelsPerInch = 120
  16. TextHeight = 16
  17. object GLSceneViewer1: TGLSceneViewer
  18. Left = 0
  19. Top = 0
  20. Width = 593
  21. Height = 444
  22. Margins.Left = 4
  23. Margins.Top = 4
  24. Margins.Right = 4
  25. Margins.Bottom = 4
  26. Camera = GLCamera1
  27. Buffer.BackgroundColor = clBlack
  28. FieldOfView = 154.614669799804700000
  29. PenAsTouch = False
  30. Align = alClient
  31. TabOrder = 0
  32. end
  33. object GLScene1: TGLScene
  34. ObjectsSorting = osNone
  35. OnProgress = GLCadencer1Progress
  36. Left = 24
  37. Top = 8
  38. object DummyCube1: TGLDummyCube
  39. ObjectsSorting = osRenderBlendedLast
  40. CubeSize = 10.000000000000000000
  41. end
  42. object GLLightSource1: TGLLightSource
  43. ConstAttenuation = 1.000000000000000000
  44. Position.Coordinates = {0000C842000048420000C8420000803F}
  45. LightStyle = lsOmni
  46. SpotCutOff = 180.000000000000000000
  47. end
  48. object GLCamera1: TGLCamera
  49. DepthOfView = 500.000000000000000000
  50. FocalLength = 50.000000000000000000
  51. TargetObject = DummyCube1
  52. Position.Coordinates = {000048420000C8410000C8420000803F}
  53. end
  54. end
  55. object GLCadencer1: TGLCadencer
  56. Scene = GLScene1
  57. OnProgress = GLCadencer1Progress
  58. Left = 96
  59. Top = 8
  60. end
  61. object GLSimpleNavigation1: TGLSimpleNavigation
  62. Form = Owner
  63. GLSceneViewer = GLSceneViewer1
  64. FormCaption = 'Megacube - %FPS'
  65. KeyCombinations = <
  66. item
  67. ShiftState = [ssLeft, ssRight]
  68. Action = snaZoom
  69. end
  70. item
  71. ShiftState = [ssLeft]
  72. Action = snaMoveAroundTarget
  73. end
  74. item
  75. ShiftState = [ssRight]
  76. Action = snaMoveAroundTarget
  77. end>
  78. Left = 232
  79. Top = 8
  80. end
  81. end