fSubdivide.dfm 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. object FormSubdivide: TFormSubdivide
  2. Left = 173
  3. Top = 100
  4. BorderWidth = 2
  5. Caption = 'Subdivide'
  6. ClientHeight = 409
  7. ClientWidth = 618
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'MS Sans Serif'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. Position = poScreenCenter
  16. ShowHint = True
  17. PixelsPerInch = 96
  18. TextHeight = 13
  19. object Label1: TLabel
  20. Left = 501
  21. Top = 0
  22. Width = 2
  23. Height = 409
  24. Align = alRight
  25. AutoSize = False
  26. ExplicitLeft = 382
  27. ExplicitHeight = 324
  28. end
  29. object GLSceneViewer1: TGLSceneViewer
  30. Left = 0
  31. Top = 0
  32. Width = 501
  33. Height = 409
  34. Camera = GLCamera1
  35. Buffer.BackgroundColor = 13619151
  36. Buffer.FaceCulling = False
  37. FieldOfView = 152.521591186523400000
  38. PenAsTouch = False
  39. Align = alClient
  40. OnMouseDown = GLSceneViewer1MouseDown
  41. OnMouseMove = GLSceneViewer1MouseMove
  42. TabOrder = 0
  43. end
  44. object Panel1: TPanel
  45. Left = 503
  46. Top = 0
  47. Width = 115
  48. Height = 409
  49. Align = alRight
  50. BevelOuter = bvLowered
  51. TabOrder = 1
  52. object LASubdivideTime: TLabel
  53. Left = 8
  54. Top = 168
  55. Width = 97
  56. Height = 13
  57. Alignment = taCenter
  58. AutoSize = False
  59. Caption = 'LASubdivideTime'
  60. end
  61. object BULoad: TButton
  62. Left = 16
  63. Top = 8
  64. Width = 83
  65. Height = 25
  66. Caption = 'Load'
  67. TabOrder = 0
  68. OnClick = BULoadClick
  69. end
  70. object BUSubdivide: TButton
  71. Left = 8
  72. Top = 112
  73. Width = 99
  74. Height = 25
  75. Caption = 'Subdivide'
  76. Enabled = False
  77. TabOrder = 1
  78. OnClick = BUSubdivideClick
  79. end
  80. object TrackBar1: TTrackBar
  81. Left = 8
  82. Top = 144
  83. Width = 97
  84. Height = 17
  85. Hint = 'Subdivision smoothness'
  86. Position = 5
  87. TabOrder = 2
  88. ThumbLength = 10
  89. end
  90. object RBWireFrame: TRadioButton
  91. Left = 16
  92. Top = 40
  93. Width = 81
  94. Height = 17
  95. Caption = 'Wireframe'
  96. TabOrder = 3
  97. OnClick = RBWireFrameClick
  98. end
  99. object RBSolid: TRadioButton
  100. Left = 16
  101. Top = 56
  102. Width = 89
  103. Height = 17
  104. Caption = 'Solid'
  105. Checked = True
  106. TabOrder = 4
  107. TabStop = True
  108. OnClick = RBSolidClick
  109. end
  110. object CBAnimate: TCheckBox
  111. Left = 16
  112. Top = 80
  113. Width = 81
  114. Height = 17
  115. Caption = 'Animate'
  116. TabOrder = 5
  117. OnClick = CBAnimateClick
  118. end
  119. end
  120. object GLScene1: TGLScene
  121. Left = 40
  122. Top = 16
  123. object GLActor1: TGLActor
  124. Material.Texture.TextureMode = tmReplace
  125. Direction.Coordinates = {000000000000803F0000000000000000}
  126. Scale.Coordinates = {CDCCCC3DCDCCCC3DCDCCCC3D00000000}
  127. Up.Coordinates = {0000000000000000000080BF00000000}
  128. Interval = 100
  129. AutoCentering = [macCenterX, macCenterY, macCenterZ]
  130. end
  131. object GLLightSource1: TGLLightSource
  132. ConstAttenuation = 1.000000000000000000
  133. Position.Coordinates = {0000204100002041000020410000803F}
  134. SpotCutOff = 180.000000000000000000
  135. end
  136. object GLCamera1: TGLCamera
  137. DepthOfView = 100.000000000000000000
  138. FocalLength = 50.000000000000000000
  139. TargetObject = GLActor1
  140. Position.Coordinates = {0000A04000008040000040400000803F}
  141. end
  142. end
  143. object GLMaterialLibrary1: TGLMaterialLibrary
  144. Left = 128
  145. Top = 16
  146. end
  147. object Timer1: TTimer
  148. OnTimer = Timer1Timer
  149. Left = 216
  150. Top = 16
  151. end
  152. object GLCadencer1: TGLCadencer
  153. Scene = GLScene1
  154. OnProgress = GLCadencer1Progress
  155. Left = 40
  156. Top = 72
  157. end
  158. end