fPickC.dfm 2.3 KB

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