fMegaglassC.dfm 1.8 KB

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