fPickD.dfm 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. object Form1: TForm1
  2. Left = 227
  3. Top = 96
  4. BorderStyle = bsDialog
  5. Caption = 'Pick'
  6. ClientHeight = 471
  7. ClientWidth = 662
  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. Position = poScreenCenter
  15. OnCreate = FormCreate
  16. TextHeight = 13
  17. object GLSceneViewer1: TGLSceneViewer
  18. Left = 0
  19. Top = 0
  20. Width = 662
  21. Height = 471
  22. Camera = GLCamera1
  23. Buffer.BackgroundColor = clBackground
  24. FieldOfView = 156.026565551757800000
  25. PenAsTouch = False
  26. Align = alClient
  27. OnMouseDown = GLSceneViewer1MouseDown
  28. OnMouseMove = GLSceneViewer1MouseMove
  29. TabOrder = 0
  30. end
  31. object GLScene1: TGLScene
  32. Left = 32
  33. Top = 8
  34. object GLDummyCube1: TGLDummyCube
  35. Position.Coordinates = {000000000000803F000000000000803F}
  36. CubeSize = 1.000000000000000000
  37. end
  38. object GLLightSource1: TGLLightSource
  39. ConstAttenuation = 1.000000000000000000
  40. Position.Coordinates = {000048420000C842000048420000803F}
  41. SpotCutOff = 180.000000000000000000
  42. end
  43. object GLCamera1: TGLCamera
  44. DepthOfView = 100.000000000000000000
  45. FocalLength = 50.000000000000000000
  46. TargetObject = GLDummyCube1
  47. Position.Coordinates = {0000000000008040000020410000803F}
  48. end
  49. object Torus: TGLTorus
  50. Direction.Coordinates = {F604B5BEF304353F70C41C3F00000000}
  51. Position.Coordinates = {000000C0CDCC0C40000000000000803F}
  52. Up.Coordinates = {F604B53EF304353F70C41CBF00000000}
  53. MajorRadius = 0.699999988079071000
  54. MinorRadius = 0.200000002980232200
  55. StopAngle = 360.000000000000000000
  56. Parts = [toSides, toStartDisk, toStopDisk]
  57. end
  58. object Sphere: TGLSphere
  59. Position.Coordinates = {00000040000080BE000000000000803F}
  60. Radius = 1.000000000000000000
  61. end
  62. object Cylinder: TGLCylinder
  63. Position.Coordinates = {000000C0000080BE000000000000803F}
  64. BottomRadius = 1.000000000000000000
  65. Height = 1.500000000000000000
  66. TopRadius = 1.000000000000000000
  67. end
  68. object Cone: TGLCone
  69. Direction.Coordinates = {00000000F28384BEEA46773F00000000}
  70. Position.Coordinates = {0000004000002040000000000000803F}
  71. Up.Coordinates = {00000000EA46773FF283843E00000000}
  72. BottomRadius = 1.000000000000000000
  73. Height = 1.500000000000000000
  74. end
  75. object Points: TGLPoints
  76. Position.Coordinates = {000000000000803F000000000000803F}
  77. NoZWrite = False
  78. Static = False
  79. Size = 5.000000000000000000
  80. PointParameters.Enabled = True
  81. end
  82. end
  83. end