Unit1.dfm 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Mega Cube'
  5. ClientHeight = 408
  6. ClientWidth = 593
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. OnCreate = FormCreate
  15. PixelsPerInch = 96
  16. TextHeight = 13
  17. object GLSceneViewer1: TGLSceneViewer
  18. Left = 0
  19. Top = 0
  20. Width = 593
  21. Height = 408
  22. Camera = GLCamera1
  23. Buffer.BackgroundColor = clBlack
  24. FieldOfView = 152.456802368164100000
  25. Align = alClient
  26. TabOrder = 0
  27. end
  28. object GLScene1: TGLScene
  29. ObjectsSorting = osNone
  30. Left = 24
  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 = 96
  53. Top = 8
  54. end
  55. object GLSimpleNavigation1: TGLSimpleNavigation
  56. Form = Owner
  57. GLSceneViewer = GLSceneViewer1
  58. FormCaption = 'Mega Cube - %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 = 232
  73. Top = 8
  74. end
  75. end