Unit1.dfm 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. Align = alClient
  24. OnMouseDown = GLSceneViewer1MouseDown
  25. OnMouseMove = GLSceneViewer1MouseMove
  26. TabOrder = 0
  27. end
  28. object GLScene1: TGLScene
  29. Left = 32
  30. Top = 8
  31. object DummyCube1: TGLDummyCube
  32. Position.Coordinates = {000000000000803F000000000000803F}
  33. CubeSize = 1.000000000000000000
  34. end
  35. object GLLightSource1: TGLLightSource
  36. ConstAttenuation = 1.000000000000000000
  37. Position.Coordinates = {000048420000C842000048420000803F}
  38. SpotCutOff = 180.000000000000000000
  39. end
  40. object Sphere: TGLSphere
  41. Position.Coordinates = {00000040000080BE000000000000803F}
  42. Radius = 1.000000000000000000
  43. end
  44. object Cylinder: TGLCylinder
  45. Position.Coordinates = {000000C0000080BE000000000000803F}
  46. BottomRadius = 1.000000000000000000
  47. Height = 1.500000000000000000
  48. TopRadius = 1.000000000000000000
  49. end
  50. object Torus: TGLTorus
  51. Direction.Coordinates = {F604B5BEF304353F70C41C3F00000000}
  52. Position.Coordinates = {000000C0CDCC0C40000000000000803F}
  53. Up.Coordinates = {F604B53EF304353F70C41CBF00000000}
  54. MajorRadius = 0.699999988079071000
  55. MinorRadius = 0.200000002980232200
  56. StopAngle = 360.000000000000000000
  57. Parts = [toSides, toStartDisk, toStopDisk]
  58. end
  59. object Cone: TGLCone
  60. Direction.Coordinates = {00000000F28384BEEA46773F00000000}
  61. Position.Coordinates = {0000004000002040000000000000803F}
  62. Up.Coordinates = {00000000EA46773FF283843E00000000}
  63. BottomRadius = 1.000000000000000000
  64. Height = 1.500000000000000000
  65. end
  66. object GLCamera1: TGLCamera
  67. DepthOfView = 100.000000000000000000
  68. FocalLength = 50.000000000000000000
  69. TargetObject = DummyCube1
  70. Position.Coordinates = {0000000000008040000020410000803F}
  71. end
  72. end
  73. end