fdMultiPass.dfm 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. object FormMultiPass: TFormMultiPass
  2. Left = 239
  3. Top = 100
  4. Margins.Left = 2
  5. Margins.Top = 2
  6. Margins.Right = 2
  7. Margins.Bottom = 2
  8. Caption = 'Multi Pass'
  9. ClientHeight = 416
  10. ClientWidth = 501
  11. Color = clBtnFace
  12. Font.Charset = DEFAULT_CHARSET
  13. Font.Color = clWindowText
  14. Font.Height = -11
  15. Font.Name = 'MS Sans Serif'
  16. Font.Style = []
  17. TextHeight = 13
  18. object GLSceneViewer1: TGLSceneViewer
  19. Left = 0
  20. Top = 0
  21. Width = 501
  22. Height = 416
  23. Camera = GLCamera1
  24. FieldOfView = 152.966857910156300000
  25. PenAsTouch = False
  26. Align = alClient
  27. OnMouseDown = GLSceneViewer1MouseDown
  28. OnMouseMove = GLSceneViewer1MouseMove
  29. TabOrder = 0
  30. ExplicitWidth = 435
  31. ExplicitHeight = 326
  32. end
  33. object BUBind: TButton
  34. Left = 168
  35. Top = 8
  36. Width = 75
  37. Height = 25
  38. Caption = 'Bind Shaders'
  39. TabOrder = 1
  40. OnClick = BUBindClick
  41. end
  42. object GLScene1: TGLScene
  43. Left = 16
  44. Top = 16
  45. object GLLightSource1: TGLLightSource
  46. ConstAttenuation = 1.000000000000000000
  47. Position.Coordinates = {00002041000000410000E0400000803F}
  48. SpotCutOff = 180.000000000000000000
  49. end
  50. object Torus1: TGLTorus
  51. Material.MaterialLibrary = GLMaterialLibrary1
  52. Material.LibMaterialName = 'LibMaterial'
  53. Direction.Coordinates = {000000000000803F0000000000000000}
  54. Up.Coordinates = {0000000000000000000080BF00000000}
  55. MajorRadius = 2.500000000000000000
  56. MinorRadius = 1.500000000000000000
  57. StopAngle = 360.000000000000000000
  58. Parts = [toSides, toStartDisk, toStopDisk]
  59. end
  60. object Sphere1: TGLSphere
  61. ShowAxes = True
  62. Radius = 0.500000000000000000
  63. end
  64. object GLAnnulus1: TGLAnnulus
  65. Material.MaterialLibrary = GLMaterialLibrary1
  66. Material.LibMaterialName = 'LibMaterial1'
  67. Position.Coordinates = {0000E04000000000000000000000803F}
  68. Scale.Coordinates = {00000040000000400000004000000000}
  69. BottomRadius = 0.500000000000000000
  70. Height = 1.000000000000000000
  71. BottomInnerRadius = 0.300000011920929000
  72. TopInnerRadius = 0.300000011920929000
  73. TopRadius = 0.500000000000000000
  74. end
  75. object GLAnnulus2: TGLAnnulus
  76. Material.MaterialLibrary = GLMaterialLibrary1
  77. Material.LibMaterialName = 'LibMaterial2'
  78. Position.Coordinates = {0000E0C000000000000000000000803F}
  79. Scale.Coordinates = {00000040000000400000004000000000}
  80. BottomRadius = 0.500000000000000000
  81. Height = 1.000000000000000000
  82. BottomInnerRadius = 0.300000011920929000
  83. TopInnerRadius = 0.300000011920929000
  84. TopRadius = 0.500000000000000000
  85. end
  86. object GLCube1: TGLCube
  87. Material.MaterialLibrary = GLMaterialLibrary1
  88. Material.LibMaterialName = 'LibMaterial2'
  89. Position.Coordinates = {00000000000000000000E0400000803F}
  90. Scale.Coordinates = {00000040000000400000004000000000}
  91. end
  92. object GLSphere1: TGLSphere
  93. Material.MaterialLibrary = GLMaterialLibrary1
  94. Material.LibMaterialName = 'LibMaterial1'
  95. Position.Coordinates = {00000000000000000000E0C00000803F}
  96. Radius = 1.500000000000000000
  97. end
  98. object GLCamera1: TGLCamera
  99. DepthOfView = 100.000000000000000000
  100. FocalLength = 50.000000000000000000
  101. TargetObject = Torus1
  102. Position.Coordinates = {00006041000020410000C0400000803F}
  103. end
  104. end
  105. object GLMaterialLibrary1: TGLMaterialLibrary
  106. Materials = <
  107. item
  108. Name = 'LibMaterial'
  109. Tag = 0
  110. end
  111. item
  112. Name = 'LibMaterial1'
  113. Tag = 0
  114. end
  115. item
  116. Name = 'LibMaterial2'
  117. Tag = 0
  118. end>
  119. Left = 16
  120. Top = 48
  121. end
  122. end