fPick.dfm 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. object Form1: TForm1
  2. Left = 227
  3. Top = 96
  4. BorderStyle = bsDialog
  5. Caption = 'Pick'
  6. ClientHeight = 333
  7. ClientWidth = 422
  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. Position = poScreenCenter
  16. PixelsPerInch = 96
  17. TextHeight = 13
  18. object GLSceneViewer1: TGLSceneViewer
  19. Left = 0
  20. Top = 0
  21. Width = 422
  22. Height = 333
  23. Camera = GLCamera1
  24. FieldOfView = 146.569946289062500000
  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. end
  76. end