fCamera.dfm 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. object FormCamera: TFormCamera
  2. Left = 299
  3. Top = 129
  4. BorderWidth = 6
  5. Caption = 'Camera'
  6. ClientHeight = 420
  7. ClientWidth = 465
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. OnKeyPress = FormKeyPress
  16. OnMouseWheel = FormMouseWheel
  17. DesignSize = (
  18. 465
  19. 420)
  20. PixelsPerInch = 96
  21. TextHeight = 13
  22. object GLSceneViewer1: TGLSceneViewer
  23. Left = 0
  24. Top = 0
  25. Width = 465
  26. Height = 420
  27. Camera = GLCamera1
  28. VSync = vsmSync
  29. Buffer.BackgroundColor = clTeal
  30. FieldOfView = 153.215011596679700000
  31. PenAsTouch = False
  32. Align = alClient
  33. OnMouseDown = GLSceneViewer1MouseDown
  34. OnMouseMove = GLSceneViewer1MouseMove
  35. TabOrder = 0
  36. end
  37. object RadioGroup1: TRadioGroup
  38. Left = 4
  39. Top = 348
  40. Width = 181
  41. Height = 73
  42. Anchors = [akLeft, akBottom]
  43. Caption = 'Style'
  44. ItemIndex = 0
  45. Items.Strings = (
  46. 'Perspective'
  47. 'Infinite perspective'
  48. 'Perspective, keep field of view'
  49. 'Custom')
  50. TabOrder = 1
  51. OnClick = RadioGroup1Click
  52. end
  53. object RadioGroup2: TRadioGroup
  54. Left = 309
  55. Top = 364
  56. Width = 145
  57. Height = 57
  58. Anchors = [akRight, akBottom]
  59. Caption = 'Keep mode'
  60. ItemIndex = 0
  61. Items.Strings = (
  62. 'Horizontal'
  63. 'Vertical')
  64. TabOrder = 2
  65. OnClick = RadioGroup2Click
  66. end
  67. object GLScene1: TGLScene
  68. Left = 32
  69. Top = 8
  70. object GLLightSource1: TGLLightSource
  71. ConstAttenuation = 1.000000000000000000
  72. Position.Coordinates = {0000204100002041000020410000803F}
  73. SpotCutOff = 180.000000000000000000
  74. end
  75. object Teapot1: TGLTeapot
  76. Material.FrontProperties.Diffuse.Color = {9493133F0000803F9291113F0000803F}
  77. Direction.Coordinates = {0000803F000000000000000000000000}
  78. Scale.Coordinates = {00000040000000400000004000000000}
  79. Up.Coordinates = {00000080000000000000803F00000000}
  80. end
  81. object DummyCube1: TGLDummyCube
  82. ShowAxes = True
  83. CubeSize = 1.000000000000000000
  84. VisibleAtRunTime = True
  85. object GLCamera1: TGLCamera
  86. DepthOfView = 10.000000000000000000
  87. FocalLength = 50.000000000000000000
  88. TargetObject = DummyCube1
  89. OnCustomPerspective = GLCamera1CustomPerspective
  90. Position.Coordinates = {00004040000000400000803F0000803F}
  91. Direction.Coordinates = {2EF964BF2EF9E43E0000000000000000}
  92. Up.Coordinates = {00000000000000000000803F00000000}
  93. end
  94. end
  95. end
  96. object GLCadencer1: TGLCadencer
  97. Scene = GLScene1
  98. OnProgress = GLCadencer1Progress
  99. Left = 112
  100. Top = 8
  101. end
  102. end