fFountainD.dfm 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  1. object Form1: TForm1
  2. Left = 216
  3. Top = 3
  4. Caption = 'Fountain Particles'
  5. ClientHeight = 645
  6. ClientWidth = 886
  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. Menu = MainMenu1
  14. Position = poScreenCenter
  15. OnCreate = FormCreate
  16. OnMouseWheel = FormMouseWheel
  17. TextHeight = 13
  18. object GLSceneViewer1: TGLSceneViewer
  19. Left = 0
  20. Top = 0
  21. Width = 678
  22. Height = 626
  23. Camera = Cam
  24. VSync = vsmSync
  25. Buffer.FogEnvironment.FogStart = 25.000000000000000000
  26. Buffer.FogEnvironment.FogEnd = 25.000000000000000000
  27. Buffer.BackgroundColor = clBlack
  28. Buffer.ContextOptions = [roDoubleBuffer, roStencilBuffer, roRenderToWindow]
  29. FieldOfView = 147.915893554687500000
  30. PenAsTouch = False
  31. Align = alClient
  32. OnMouseDown = GLSceneViewer1MouseDown
  33. OnMouseMove = GLSceneViewer1MouseMove
  34. TabOrder = 0
  35. end
  36. object Panel1: TPanel
  37. Left = 678
  38. Top = 0
  39. Width = 208
  40. Height = 626
  41. Align = alRight
  42. BevelOuter = bvNone
  43. TabOrder = 1
  44. object Panel2: TPanel
  45. Left = 0
  46. Top = 545
  47. Width = 208
  48. Height = 81
  49. Align = alBottom
  50. TabOrder = 0
  51. object Label1: TLabel
  52. Left = 6
  53. Top = 6
  54. Width = 61
  55. Height = 13
  56. Caption = 'Color Start'
  57. Font.Charset = DEFAULT_CHARSET
  58. Font.Color = clWindowText
  59. Font.Height = -11
  60. Font.Name = 'MS Sans Serif'
  61. Font.Style = [fsBold]
  62. ParentFont = False
  63. end
  64. object Label2: TLabel
  65. Left = 96
  66. Top = 6
  67. Width = 56
  68. Height = 13
  69. Caption = 'Color End'
  70. Font.Charset = DEFAULT_CHARSET
  71. Font.Color = clWindowText
  72. Font.Height = -11
  73. Font.Name = 'MS Sans Serif'
  74. Font.Style = [fsBold]
  75. ParentFont = False
  76. end
  77. object Label3: TLabel
  78. Left = 6
  79. Top = 62
  80. Width = 71
  81. Height = 13
  82. Caption = 'BackGround'
  83. Font.Charset = DEFAULT_CHARSET
  84. Font.Color = clWindowText
  85. Font.Height = -11
  86. Font.Name = 'MS Sans Serif'
  87. Font.Style = [fsBold]
  88. ParentFont = False
  89. end
  90. object PStartColor: TPanel
  91. Left = 8
  92. Top = 24
  93. Width = 73
  94. Height = 17
  95. Color = clRed
  96. Ctl3D = True
  97. DoubleBuffered = False
  98. ParentBackground = False
  99. ParentCtl3D = False
  100. ParentDoubleBuffered = False
  101. TabOrder = 0
  102. OnClick = PStartColorClick
  103. end
  104. object PEndColor: TPanel
  105. Left = 96
  106. Top = 24
  107. Width = 73
  108. Height = 17
  109. Color = clYellow
  110. ParentBackground = False
  111. TabOrder = 1
  112. OnClick = PEndColorClick
  113. end
  114. object PBackColor: TPanel
  115. Left = 96
  116. Top = 58
  117. Width = 73
  118. Height = 17
  119. Color = clBlack
  120. ParentBackground = False
  121. TabOrder = 2
  122. OnClick = PBackColorClick
  123. end
  124. end
  125. object PageControl1: TPageControl
  126. Left = 0
  127. Top = 0
  128. Width = 208
  129. Height = 545
  130. ActivePage = TabSheet1
  131. Align = alClient
  132. Font.Charset = DEFAULT_CHARSET
  133. Font.Color = clWindowText
  134. Font.Height = -11
  135. Font.Name = 'MS Sans Serif'
  136. Font.Style = [fsBold]
  137. ParentFont = False
  138. TabOrder = 1
  139. object TabSheet1: TTabSheet
  140. Caption = 'Fontaine Setting'
  141. object Label14: TLabel
  142. Left = 8
  143. Top = 472
  144. Width = 105
  145. Height = 13
  146. Caption = 'Particles Size Max'
  147. Font.Charset = DEFAULT_CHARSET
  148. Font.Color = clWindowText
  149. Font.Height = -11
  150. Font.Name = 'MS Sans Serif'
  151. Font.Style = [fsBold]
  152. ParentFont = False
  153. end
  154. object Label13: TLabel
  155. Left = 8
  156. Top = 432
  157. Width = 102
  158. Height = 13
  159. Caption = 'Particles Size Min'
  160. Font.Charset = DEFAULT_CHARSET
  161. Font.Color = clWindowText
  162. Font.Height = -11
  163. Font.Name = 'MS Sans Serif'
  164. Font.Style = [fsBold]
  165. ParentFont = False
  166. end
  167. object Label12: TLabel
  168. Left = 8
  169. Top = 392
  170. Width = 74
  171. Height = 13
  172. Caption = 'Times Factor'
  173. Font.Charset = DEFAULT_CHARSET
  174. Font.Color = clWindowText
  175. Font.Height = -11
  176. Font.Name = 'MS Sans Serif'
  177. Font.Style = [fsBold]
  178. ParentFont = False
  179. end
  180. object Label11: TLabel
  181. Left = 8
  182. Top = 352
  183. Width = 62
  184. Height = 13
  185. Caption = 'Life Factor'
  186. Font.Charset = DEFAULT_CHARSET
  187. Font.Color = clWindowText
  188. Font.Height = -11
  189. Font.Name = 'MS Sans Serif'
  190. Font.Style = [fsBold]
  191. ParentFont = False
  192. end
  193. object Label10: TLabel
  194. Left = 8
  195. Top = 312
  196. Width = 64
  197. Height = 13
  198. Caption = 'Angle Start'
  199. Font.Charset = DEFAULT_CHARSET
  200. Font.Color = clWindowText
  201. Font.Height = -11
  202. Font.Name = 'MS Sans Serif'
  203. Font.Style = [fsBold]
  204. ParentFont = False
  205. end
  206. object Label9: TLabel
  207. Left = 8
  208. Top = 272
  209. Width = 73
  210. Height = 13
  211. Caption = 'Velocity Max'
  212. Font.Charset = DEFAULT_CHARSET
  213. Font.Color = clWindowText
  214. Font.Height = -11
  215. Font.Name = 'MS Sans Serif'
  216. Font.Style = [fsBold]
  217. ParentFont = False
  218. end
  219. object Label8: TLabel
  220. Left = 8
  221. Top = 232
  222. Width = 70
  223. Height = 13
  224. Caption = 'Velocity Min'
  225. Font.Charset = DEFAULT_CHARSET
  226. Font.Color = clWindowText
  227. Font.Height = -11
  228. Font.Name = 'MS Sans Serif'
  229. Font.Style = [fsBold]
  230. ParentFont = False
  231. end
  232. object Label7: TLabel
  233. Left = 8
  234. Top = 192
  235. Width = 77
  236. Height = 13
  237. Caption = 'Max Particles'
  238. Font.Charset = DEFAULT_CHARSET
  239. Font.Color = clWindowText
  240. Font.Height = -11
  241. Font.Name = 'MS Sans Serif'
  242. Font.Style = [fsBold]
  243. ParentFont = False
  244. end
  245. object Label6: TLabel
  246. Left = 8
  247. Top = 152
  248. Width = 29
  249. Height = 13
  250. Caption = 'Floor'
  251. Font.Charset = DEFAULT_CHARSET
  252. Font.Color = clWindowText
  253. Font.Height = -11
  254. Font.Name = 'MS Sans Serif'
  255. Font.Style = [fsBold]
  256. ParentFont = False
  257. end
  258. object Label5: TLabel
  259. Left = 8
  260. Top = 112
  261. Width = 94
  262. Height = 13
  263. Caption = 'Bounding Factor'
  264. Font.Charset = DEFAULT_CHARSET
  265. Font.Color = clWindowText
  266. Font.Height = -11
  267. Font.Name = 'MS Sans Serif'
  268. Font.Style = [fsBold]
  269. ParentFont = False
  270. end
  271. object Label4: TLabel
  272. Left = 8
  273. Top = 72
  274. Width = 77
  275. Height = 13
  276. Caption = 'Particle Mass'
  277. Font.Charset = DEFAULT_CHARSET
  278. Font.Color = clWindowText
  279. Font.Height = -11
  280. Font.Name = 'MS Sans Serif'
  281. Font.Style = [fsBold]
  282. ParentFont = False
  283. end
  284. object Label15: TLabel
  285. Left = 8
  286. Top = 32
  287. Width = 33
  288. Height = 13
  289. Caption = 'Scale'
  290. Font.Charset = DEFAULT_CHARSET
  291. Font.Color = clWindowText
  292. Font.Height = -11
  293. Font.Name = 'MS Sans Serif'
  294. Font.Style = [fsBold]
  295. ParentFont = False
  296. end
  297. object EdPSizeMax: TEdit
  298. Left = 8
  299. Top = 488
  300. Width = 129
  301. Height = 21
  302. TabOrder = 0
  303. Text = '130'
  304. OnChange = EdPSizeMaxChange
  305. end
  306. object EdPSizeMin: TEdit
  307. Left = 8
  308. Top = 448
  309. Width = 129
  310. Height = 21
  311. TabOrder = 1
  312. Text = '110'
  313. OnChange = EdPSizeMinChange
  314. end
  315. object EdTimesFact: TEdit
  316. Left = 8
  317. Top = 408
  318. Width = 129
  319. Height = 21
  320. TabOrder = 2
  321. Text = '0.00005'
  322. OnChange = EdTimesFactChange
  323. end
  324. object EdLifeFact: TEdit
  325. Left = 8
  326. Top = 368
  327. Width = 129
  328. Height = 21
  329. TabOrder = 3
  330. Text = '0.025'
  331. OnChange = EdLifeFactChange
  332. end
  333. object EdAngleStart: TEdit
  334. Left = 8
  335. Top = 328
  336. Width = 129
  337. Height = 21
  338. TabOrder = 4
  339. Text = '360'
  340. OnChange = EdAngleStartChange
  341. end
  342. object EdVelMax: TEdit
  343. Left = 8
  344. Top = 288
  345. Width = 129
  346. Height = 21
  347. TabOrder = 5
  348. Text = '15'
  349. OnChange = EdVelMaxChange
  350. end
  351. object EdVelMin: TEdit
  352. Left = 8
  353. Top = 248
  354. Width = 129
  355. Height = 21
  356. TabOrder = 6
  357. Text = '5'
  358. OnChange = EdVelMinChange
  359. end
  360. object EdMaxP: TEdit
  361. Left = 8
  362. Top = 208
  363. Width = 129
  364. Height = 21
  365. TabOrder = 7
  366. Text = '60'
  367. OnChange = EdMaxPChange
  368. end
  369. object EdFloor: TEdit
  370. Left = 8
  371. Top = 168
  372. Width = 129
  373. Height = 21
  374. TabOrder = 8
  375. Text = '0.0'
  376. OnChange = EdFloorChange
  377. end
  378. object EdBound: TEdit
  379. Left = 8
  380. Top = 128
  381. Width = 129
  382. Height = 21
  383. TabOrder = 9
  384. Text = '100.0'
  385. OnChange = EdBoundChange
  386. end
  387. object EdMass: TEdit
  388. Left = 8
  389. Top = 88
  390. Width = 129
  391. Height = 21
  392. TabOrder = 10
  393. Text = '5.0'
  394. OnChange = EdMassChange
  395. end
  396. object CheckActived: TCheckBox
  397. Left = 0
  398. Top = 8
  399. Width = 65
  400. Height = 17
  401. Caption = 'Actived'
  402. Checked = True
  403. Font.Charset = DEFAULT_CHARSET
  404. Font.Color = clWindowText
  405. Font.Height = -11
  406. Font.Name = 'MS Sans Serif'
  407. Font.Style = [fsBold]
  408. ParentFont = False
  409. State = cbChecked
  410. TabOrder = 11
  411. OnClick = CheckActivedClick
  412. end
  413. object CheckBound: TCheckBox
  414. Left = 72
  415. Top = 8
  416. Width = 73
  417. Height = 17
  418. Caption = 'Bounding'
  419. Font.Charset = DEFAULT_CHARSET
  420. Font.Color = clWindowText
  421. Font.Height = -11
  422. Font.Name = 'MS Sans Serif'
  423. Font.Style = [fsBold]
  424. ParentFont = False
  425. TabOrder = 12
  426. OnClick = CheckBoundClick
  427. end
  428. object TrackBar1: TTrackBar
  429. Left = 0
  430. Top = 48
  431. Width = 150
  432. Height = 15
  433. Min = 1
  434. PageSize = 1
  435. Position = 2
  436. TabOrder = 13
  437. ThumbLength = 12
  438. OnChange = TrackBar1Change
  439. end
  440. end
  441. object TabSheet2: TTabSheet
  442. Caption = 'Fontaine Style'
  443. ImageIndex = 1
  444. object Panel3: TPanel
  445. Left = 0
  446. Top = 0
  447. Width = 200
  448. Height = 517
  449. Align = alClient
  450. TabOrder = 0
  451. ExplicitHeight = 513
  452. object RadioButton1: TRadioButton
  453. Left = 8
  454. Top = 16
  455. Width = 73
  456. Height = 17
  457. Caption = 'Style Fire'
  458. Checked = True
  459. TabOrder = 0
  460. TabStop = True
  461. OnClick = RadioButtonClick
  462. end
  463. object RadioButton2: TRadioButton
  464. Left = 8
  465. Top = 40
  466. Width = 81
  467. Height = 17
  468. Caption = 'Style Water'
  469. TabOrder = 1
  470. OnClick = RadioButtonClick
  471. end
  472. object RadioButton3: TRadioButton
  473. Left = 8
  474. Top = 64
  475. Width = 73
  476. Height = 17
  477. Caption = 'Style Ball'
  478. TabOrder = 2
  479. OnClick = RadioButtonClick
  480. end
  481. end
  482. end
  483. end
  484. end
  485. object StatusBar1: TStatusBar
  486. Left = 0
  487. Top = 626
  488. Width = 886
  489. Height = 19
  490. Panels = <>
  491. end
  492. object GLScene1: TGLScene
  493. Left = 32
  494. Top = 36
  495. object Scene: TGLDummyCube
  496. CubeSize = 1.000000000000000000
  497. object GLTorus1: TGLTorus
  498. Material.MaterialLibrary = GLMatlibColors
  499. Material.LibMaterialName = 'G'
  500. MajorRadius = 1.500000000000000000
  501. MinorRadius = 0.250000000000000000
  502. StopAngle = 360.000000000000000000
  503. Parts = [toSides, toStartDisk, toStopDisk]
  504. end
  505. object GLPlane1: TGLPlane
  506. Material.MaterialLibrary = GLMatlibColors
  507. Material.LibMaterialName = 'B'
  508. Position.Coordinates = {0000000000000000000080C00000803F}
  509. Height = 20.000000000000000000
  510. Width = 20.000000000000000000
  511. end
  512. end
  513. object Light: TGLLightSource
  514. Ambient.Color = {BEC0403FBEC0403FBEC0403F0000803F}
  515. ConstAttenuation = 1.000000000000000000
  516. Position.Coordinates = {0000000000000000000020410000803F}
  517. LightStyle = lsOmni
  518. Specular.Color = {BEC0403FBEC0403FBEC0403F0000803F}
  519. SpotCutOff = 180.000000000000000000
  520. SpotDirection.Coordinates = {000000000000803F0000000000000000}
  521. end
  522. object Cam: TGLCamera
  523. DepthOfView = 1000.000000000000000000
  524. FocalLength = 90.000000000000000000
  525. TargetObject = Scene
  526. Position.Coordinates = {0000000000007041000040400000803F}
  527. Direction.Coordinates = {000000000000803F0000000000000000}
  528. Up.Coordinates = {00000000000000000000803F00000000}
  529. end
  530. end
  531. object GLCadencer1: TGLCadencer
  532. Scene = GLScene1
  533. MaxDeltaTime = 0.020000000000000000
  534. FixedDeltaTime = 0.016500000000000000
  535. SleepLength = 0
  536. OnProgress = GLCadencer1Progress
  537. Left = 24
  538. Top = 124
  539. end
  540. object Timer1: TTimer
  541. OnTimer = Timer1Timer
  542. Left = 360
  543. Top = 52
  544. end
  545. object ColorDialog1: TColorDialog
  546. Left = 172
  547. Top = 288
  548. end
  549. object MainMenu1: TMainMenu
  550. Left = 226
  551. Top = 44
  552. object File1: TMenuItem
  553. Caption = 'File'
  554. object Texture1: TMenuItem
  555. Caption = 'Texture...'
  556. OnClick = Texture1Click
  557. end
  558. object Close1: TMenuItem
  559. Caption = 'Close'
  560. OnClick = Close1Click
  561. end
  562. end
  563. end
  564. object OpenPictureDialog1: TOpenPictureDialog
  565. Filter = 'Bitmaps (*.bmp)|*.bmp'
  566. Left = 226
  567. Top = 124
  568. end
  569. object GLMatlibColors: TGLMaterialLibrary
  570. Materials = <
  571. item
  572. Name = 'C'
  573. Tag = 0
  574. Material.BackProperties.Ambient.Color = {0000803F00000000000000000000803F}
  575. Material.BackProperties.Diffuse.Color = {0000803F00000000000000000000803F}
  576. Material.BackProperties.Emission.Color = {0000803F00000000000000000000803F}
  577. Material.BackProperties.Specular.Color = {0000803F00000000000000000000803F}
  578. Material.FrontProperties.Ambient.Color = {0000803F00000000000000000000803F}
  579. Material.FrontProperties.Diffuse.Color = {0000803F00000000000000000000803F}
  580. Material.FrontProperties.Emission.Color = {0000803F00000000000000000000803F}
  581. Material.FrontProperties.Specular.Color = {0000803F00000000000000000000803F}
  582. end
  583. item
  584. Name = 'Csh'
  585. Tag = 0
  586. Material.BackProperties.Ambient.Color = {0000803F0000803E000000000000803F}
  587. Material.BackProperties.Diffuse.Color = {0000803F0000803E000000000000803F}
  588. Material.BackProperties.Emission.Color = {0000803F0000803E000000000000803F}
  589. Material.BackProperties.Specular.Color = {0000803F0000803E000000000000803F}
  590. Material.FrontProperties.Emission.Color = {CDCC0C3FEC51B83DEC51B83D0000803F}
  591. end
  592. item
  593. Name = 'D'
  594. Tag = 0
  595. Material.BackProperties.Ambient.Color = {0000803F0000003F000000000000803F}
  596. Material.BackProperties.Diffuse.Color = {0000803F0000003F000000000000803F}
  597. Material.BackProperties.Emission.Color = {0000803F0000003F000000000000803F}
  598. Material.BackProperties.Specular.Color = {0000803F0000003F000000000000803F}
  599. Material.FrontProperties.Ambient.Color = {0000803F0000003F000000000000803F}
  600. Material.FrontProperties.Diffuse.Color = {0000803F0000003F000000000000803F}
  601. Material.FrontProperties.Emission.Color = {0000803F0000003F000000000000803F}
  602. Material.FrontProperties.Specular.Color = {0000803F0000003F000000000000803F}
  603. end
  604. item
  605. Name = 'Dsh'
  606. Tag = 0
  607. Material.BackProperties.Ambient.Color = {8FC2353F6666263FB81E853E0000803F}
  608. Material.BackProperties.Diffuse.Color = {8FC2353F6666263FB81E853E0000803F}
  609. Material.BackProperties.Emission.Color = {8FC2353F6666263FB81E853E0000803F}
  610. Material.BackProperties.Specular.Color = {8FC2353F6666263FB81E853E0000803F}
  611. Material.FrontProperties.Emission.Color = {0AD7633FD7A3F03ECDCC4C3E0000803F}
  612. end
  613. item
  614. Name = 'E'
  615. Tag = 0
  616. Material.BackProperties.Ambient.Color = {0000803F0000803F000000000000803F}
  617. Material.BackProperties.Diffuse.Color = {0000803F0000803F000000000000803F}
  618. Material.BackProperties.Emission.Color = {0000803F0000803F000000000000803F}
  619. Material.BackProperties.Specular.Color = {0000803F0000803F000000000000803F}
  620. Material.FrontProperties.Ambient.Color = {0000803F0000803F000000000000803F}
  621. Material.FrontProperties.Diffuse.Color = {0000803F0000803F000000000000803F}
  622. Material.FrontProperties.Emission.Color = {0000803F0000803F000000000000803F}
  623. Material.FrontProperties.Specular.Color = {0000803F0000803F000000000000803F}
  624. end
  625. item
  626. Name = 'F'
  627. Tag = 0
  628. Material.BackProperties.Ambient.Color = {000000000000003F000000000000803F}
  629. Material.BackProperties.Diffuse.Color = {000000000000003F000000000000803F}
  630. Material.BackProperties.Emission.Color = {000000000000003F000000000000803F}
  631. Material.BackProperties.Specular.Color = {000000000000003F000000000000803F}
  632. Material.FrontProperties.Ambient.Color = {000000000000003F000000000000803F}
  633. Material.FrontProperties.Diffuse.Color = {000000000000003F000000000000803F}
  634. Material.FrontProperties.Emission.Color = {000000000000003F000000000000803F}
  635. Material.FrontProperties.Specular.Color = {000000000000003F000000000000803F}
  636. end
  637. item
  638. Name = 'Fsh'
  639. Tag = 0
  640. Material.BackProperties.Ambient.Color = {000000000000003F0000003F0000803F}
  641. Material.BackProperties.Diffuse.Color = {000000000000003F0000003F0000803F}
  642. Material.BackProperties.Emission.Color = {000000000000003F0000003F0000803F}
  643. Material.BackProperties.Specular.Color = {000000000000003F0000003F0000803F}
  644. Material.FrontProperties.Emission.Color = {0AD7A33E48E1FA3E1F85EB3E0000803F}
  645. end
  646. item
  647. Name = 'G'
  648. Tag = 0
  649. Material.BackProperties.Ambient.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  650. Material.BackProperties.Diffuse.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  651. Material.BackProperties.Emission.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  652. Material.BackProperties.Specular.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  653. Material.FrontProperties.Ambient.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  654. Material.FrontProperties.Diffuse.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  655. Material.FrontProperties.Emission.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  656. Material.FrontProperties.Specular.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  657. end
  658. item
  659. Name = 'Gsh'
  660. Tag = 0
  661. Material.BackProperties.Ambient.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  662. Material.BackProperties.Diffuse.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  663. Material.BackProperties.Emission.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  664. Material.BackProperties.Specular.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  665. Material.FrontProperties.Emission.Color = {AE47613ED7A3303F52B85E3F0000803F}
  666. end
  667. item
  668. Name = 'A'
  669. Tag = 0
  670. Material.BackProperties.Ambient.Color = {00000000000000000000803F0000803F}
  671. Material.BackProperties.Diffuse.Color = {00000000000000000000803F0000803F}
  672. Material.BackProperties.Emission.Color = {00000000000000000000803F0000803F}
  673. Material.BackProperties.Specular.Color = {00000000000000000000803F0000803F}
  674. Material.FrontProperties.Diffuse.Color = {00000000000000000000803F0000803F}
  675. Material.FrontProperties.Emission.Color = {00000000000000000000803F0000803F}
  676. Material.FrontProperties.Specular.Color = {00000000000000000000803F0000803F}
  677. end
  678. item
  679. Name = 'Ash'
  680. Tag = 0
  681. Material.BackProperties.Ambient.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  682. Material.BackProperties.Diffuse.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  683. Material.BackProperties.Emission.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  684. Material.BackProperties.Specular.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  685. Material.FrontProperties.Emission.Color = {9A99993E9A99993E0000803F0000803F}
  686. end
  687. item
  688. Name = 'B'
  689. Tag = 0
  690. Material.BackProperties.Ambient.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  691. Material.BackProperties.Diffuse.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  692. Material.BackProperties.Emission.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  693. Material.BackProperties.Specular.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  694. Material.FrontProperties.Ambient.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  695. Material.FrontProperties.Diffuse.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  696. Material.FrontProperties.Emission.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  697. Material.FrontProperties.Specular.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  698. end>
  699. Left = 165
  700. Top = 183
  701. end
  702. end