fMegaCube.dfm 1.9 KB

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