fdMegaCube.dfm 1.9 KB

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