fcPick.dfm 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. object FormPick: TFormPick
  2. Left = 0
  3. Top = 0
  4. Caption = 'Pick'
  5. ClientHeight = 354
  6. ClientWidth = 498
  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 glsViewer: TGLSceneViewer
  16. Left = 0
  17. Top = 0
  18. Width = 498
  19. Height = 354
  20. Camera = GLCamera1
  21. Buffer.BackgroundColor = clBlack
  22. FieldOfView = 148.451522827148400000
  23. PenAsTouch = False
  24. Align = alClient
  25. OnMouseDown = glsViewerMouseDown
  26. OnMouseMove = glsViewerMouseMove
  27. TabOrder = 0
  28. ExplicitWidth = 412
  29. ExplicitHeight = 275
  30. end
  31. object GLScene1: TGLScene
  32. Left = 32
  33. Top = 8
  34. object DummyCube1: 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 Sphere: TGLSphere
  44. Position.Coordinates = {00000040000080BE000000000000803F}
  45. Radius = 1.000000000000000000
  46. end
  47. object Cylinder: TGLCylinder
  48. Position.Coordinates = {000000C0000080BE000000000000803F}
  49. BottomRadius = 1.000000000000000000
  50. Height = 1.500000000000000000
  51. TopRadius = 1.000000000000000000
  52. end
  53. object Torus: TGLTorus
  54. Direction.Coordinates = {F604B5BEF304353F70C41C3F00000000}
  55. Position.Coordinates = {000000C0CDCC0C40000000000000803F}
  56. Up.Coordinates = {F604B53EF304353F70C41CBF00000000}
  57. MajorRadius = 0.699999988079071000
  58. MinorRadius = 0.200000002980232200
  59. StopAngle = 360.000000000000000000
  60. Parts = [toSides, toStartDisk, toStopDisk]
  61. end
  62. object Cone: TGLCone
  63. Direction.Coordinates = {00000000F28384BEEA46773F00000000}
  64. Position.Coordinates = {0000004000002040000000000000803F}
  65. Up.Coordinates = {00000000EA46773FF283843E00000000}
  66. BottomRadius = 1.000000000000000000
  67. Height = 1.500000000000000000
  68. end
  69. object GLCamera1: TGLCamera
  70. DepthOfView = 100.000000000000000000
  71. FocalLength = 50.000000000000000000
  72. TargetObject = DummyCube1
  73. Position.Coordinates = {0000000000008040000020410000803F}
  74. end
  75. end
  76. end