2
0

fdMultiTexture.dfm 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. object FormMultiTexture: TFormMultiTexture
  2. Left = 144
  3. Top = 81
  4. Margins.Left = 2
  5. Margins.Top = 2
  6. Margins.Right = 2
  7. Margins.Bottom = 2
  8. BorderStyle = bsSingle
  9. Caption = 'Multi Texture'
  10. ClientHeight = 409
  11. ClientWidth = 564
  12. Color = clBtnFace
  13. Font.Charset = DEFAULT_CHARSET
  14. Font.Color = clWindowText
  15. Font.Height = -11
  16. Font.Name = 'MS Sans Serif'
  17. Font.Style = []
  18. Position = poScreenCenter
  19. OnCreate = FormCreate
  20. TextHeight = 13
  21. object Image1: TImage
  22. Left = 416
  23. Top = 56
  24. Width = 128
  25. Height = 128
  26. Stretch = True
  27. OnClick = Image1Click
  28. end
  29. object Image2: TImage
  30. Left = 416
  31. Top = 208
  32. Width = 128
  33. Height = 128
  34. Stretch = True
  35. OnClick = Image2Click
  36. end
  37. object Label1: TLabel
  38. Left = 416
  39. Top = 40
  40. Width = 69
  41. Height = 13
  42. Caption = 'Texture Map 1'
  43. end
  44. object Label2: TLabel
  45. Left = 416
  46. Top = 192
  47. Width = 69
  48. Height = 13
  49. Caption = 'Texture Map 2'
  50. end
  51. object Label3: TLabel
  52. Left = 416
  53. Top = 368
  54. Width = 60
  55. Height = 13
  56. Caption = 'Map 2 Scale'
  57. end
  58. object Label4: TLabel
  59. Left = 432
  60. Top = 8
  61. Width = 93
  62. Height = 19
  63. Caption = 'MultiTexture'
  64. Font.Charset = ANSI_CHARSET
  65. Font.Color = clWindowText
  66. Font.Height = -16
  67. Font.Name = 'Arial'
  68. Font.Style = [fsBold]
  69. ParentFont = False
  70. end
  71. object GLSceneViewer1: TGLSceneViewer
  72. Left = 8
  73. Top = 8
  74. Width = 393
  75. Height = 393
  76. Camera = GLCamera1
  77. FieldOfView = 151.447769165039100000
  78. PenAsTouch = False
  79. Enabled = False
  80. TabOrder = 0
  81. end
  82. object TrackBar1: TTrackBar
  83. Left = 416
  84. Top = 384
  85. Width = 126
  86. Height = 25
  87. Max = 30
  88. Min = 5
  89. Position = 10
  90. TabOrder = 1
  91. ThumbLength = 10
  92. OnChange = TrackBar1Change
  93. end
  94. object CBClampTex2: TCheckBox
  95. Left = 416
  96. Top = 344
  97. Width = 97
  98. Height = 17
  99. Caption = 'Clamp Texture 2'
  100. TabOrder = 2
  101. OnClick = CBClampTex2Click
  102. end
  103. object GLScene1: TGLScene
  104. Left = 48
  105. Top = 32
  106. object Plane1: TGLPlane
  107. Material.MaterialLibrary = GLMaterialLibrary1
  108. Material.LibMaterialName = 'Base'
  109. Position.Coordinates = {0000000000000000000080BF0000803F}
  110. Height = 1.000000000000000000
  111. Width = 1.000000000000000000
  112. end
  113. object GLCamera1: TGLCamera
  114. DepthOfView = 100.000000000000000000
  115. FocalLength = 50.000000000000000000
  116. Left = 192
  117. Top = 192
  118. end
  119. end
  120. object GLMaterialLibrary1: TGLMaterialLibrary
  121. Materials = <
  122. item
  123. Name = 'Base'
  124. Tag = 0
  125. Material.Texture.TextureMode = tmReplace
  126. Material.Texture.Disabled = False
  127. Texture2Name = 'Second'
  128. end
  129. item
  130. Name = 'Second'
  131. Tag = 0
  132. Material.Texture.TextureMode = tmModulate
  133. Material.Texture.Disabled = False
  134. end>
  135. TexturePaths = '..\..\..\..\media\'
  136. Left = 152
  137. Top = 32
  138. end
  139. object OpenPictureDialog1: TOpenPictureDialog
  140. Left = 264
  141. Top = 32
  142. end
  143. end