fdMegaglass.dfm 1.8 KB

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