fMegaCubeD.dfm 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. end
  28. object GLScene1: TGLScene
  29. ObjectsSorting = osNone
  30. OnProgress = GLCadencer1Progress
  31. Left = 24
  32. Top = 8
  33. object DummyCube1: TGLDummyCube
  34. ObjectsSorting = osRenderBlendedLast
  35. CubeSize = 10.000000000000000000
  36. end
  37. object GLLightSource1: TGLLightSource
  38. ConstAttenuation = 1.000000000000000000
  39. Position.Coordinates = {0000C842000048420000C8420000803F}
  40. LightStyle = lsOmni
  41. SpotCutOff = 180.000000000000000000
  42. end
  43. object GLCamera1: TGLCamera
  44. DepthOfView = 500.000000000000000000
  45. FocalLength = 50.000000000000000000
  46. TargetObject = DummyCube1
  47. Position.Coordinates = {000048420000C8410000C8420000803F}
  48. end
  49. end
  50. object GLCadencer1: TGLCadencer
  51. Scene = GLScene1
  52. OnProgress = GLCadencer1Progress
  53. Left = 96
  54. Top = 8
  55. end
  56. object GLSimpleNavigation1: TGLSimpleNavigation
  57. Form = Owner
  58. GLSceneViewer = GLSceneViewer1
  59. FormCaption = 'Megacube - %FPS'
  60. KeyCombinations = <
  61. item
  62. ShiftState = [ssLeft, ssRight]
  63. Action = snaZoom
  64. end
  65. item
  66. ShiftState = [ssLeft]
  67. Action = snaMoveAroundTarget
  68. end
  69. item
  70. ShiftState = [ssRight]
  71. Action = snaMoveAroundTarget
  72. end>
  73. Left = 232
  74. Top = 8
  75. end
  76. end