fсSplines.dfm 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. object FormSplines: TFormSplines
  2. Left = 217
  3. Top = 127
  4. Caption = 'Splines'
  5. ClientHeight = 437
  6. ClientWidth = 590
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'MS Sans Serif'
  12. Font.Style = []
  13. Position = poScreenCenter
  14. TextHeight = 13
  15. object GLSceneViewer1: TGLSceneViewer
  16. Left = 0
  17. Top = 0
  18. Width = 590
  19. Height = 437
  20. Margins.Left = 2
  21. Margins.Top = 2
  22. Margins.Right = 2
  23. Margins.Bottom = 2
  24. Camera = GLCamera1
  25. Buffer.BackgroundColor = clBackground
  26. Buffer.AntiAliasing = aa4xHQ
  27. FieldOfView = 166.945602416992200000
  28. PenAsTouch = False
  29. Align = alClient
  30. OnMouseDown = GLSceneViewer1MouseDown
  31. OnMouseMove = GLSceneViewer1MouseMove
  32. TabOrder = 0
  33. end
  34. object GLScene1: TGLScene
  35. Left = 16
  36. Top = 16
  37. object GLLines1: TGLLines
  38. LineWidth = 6.000000000000000000
  39. Nodes = <
  40. item
  41. X = -1.000000000000000000
  42. Y = -1.000000000000000000
  43. end
  44. item
  45. Color.Color = {0000803F000000000000803F0000803F}
  46. end
  47. item
  48. X = 1.000000000000000000
  49. Y = 1.000000000000000000
  50. Color.Color = {0000803F0000803F000000000000803F}
  51. end>
  52. NodesAspect = lnaCube
  53. NodeSize = 0.500000000000000000
  54. SplineMode = lsmBezierSpline
  55. Options = [loUseNodeColorForLines]
  56. end
  57. object GLCamera1: TGLCamera
  58. DepthOfView = 100.000000000000000000
  59. FocalLength = 25.000000000000000000
  60. TargetObject = GLLines1
  61. CameraStyle = csOrthogonal
  62. Position.Coordinates = {00000000000000000000A0400000803F}
  63. end
  64. object GLLightSource1: TGLLightSource
  65. ConstAttenuation = 1.000000000000000000
  66. SpotCutOff = 180.000000000000000000
  67. end
  68. end
  69. end