fObjMaterialC.dfm 51 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487
  1. object FormObjMaterial: TFormObjMaterial
  2. Left = 0
  3. Top = 0
  4. Caption = 'Object Material'
  5. ClientHeight = 443
  6. ClientWidth = 749
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -12
  11. Font.Name = 'Segoe UI'
  12. Font.Style = []
  13. Position = poScreenCenter
  14. OnCreate = FormCreate
  15. TextHeight = 15
  16. object GLSceneViewer1: TGLSceneViewer
  17. Left = 0
  18. Top = 0
  19. Width = 749
  20. Height = 400
  21. Camera = Camera
  22. Buffer.BackgroundColor = clBlack
  23. FieldOfView = 141.419906616210900000
  24. PenAsTouch = False
  25. Align = alClient
  26. TabOrder = 0
  27. end
  28. object PanelBottom: TPanel
  29. Left = 0
  30. Top = 400
  31. Width = 749
  32. Height = 43
  33. Align = alBottom
  34. TabOrder = 1
  35. object rgPolyhedra: TRadioGroup
  36. Left = 1
  37. Top = 1
  38. Width = 747
  39. Height = 41
  40. Align = alClient
  41. Caption = 'Polyhedra'
  42. Columns = 6
  43. ItemIndex = 4
  44. Items.Strings = (
  45. 'Tetrahedron'
  46. 'Octahedron'
  47. 'Hexahedron'
  48. 'Icosahedron'
  49. 'Dodecahedron')
  50. TabOrder = 0
  51. OnClick = rgPolyhedraClick
  52. end
  53. end
  54. object chbRotation: TCheckBox
  55. Left = 344
  56. Top = 24
  57. Width = 81
  58. Height = 17
  59. Caption = 'Rotation'
  60. TabOrder = 2
  61. end
  62. object GLScene1: TGLScene
  63. Left = 24
  64. Top = 16
  65. object Camera: TGLCamera
  66. DepthOfView = 1000.000000000000000000
  67. FocalLength = 70.000000000000000000
  68. SceneScale = 2.000000000000000000
  69. TargetObject = dcPolyhedra
  70. Position.Coordinates = {0000803F0000803F0000803F0000803F}
  71. object LightSource: TGLLightSource
  72. ConstAttenuation = 1.000000000000000000
  73. SpotCutOff = 180.000000000000000000
  74. end
  75. end
  76. object dcPolyhedra: TGLDummyCube
  77. Position.Coordinates = {000000000000A040000000000000803F}
  78. CubeSize = 1.000000000000000000
  79. VisibleAtRunTime = True
  80. object Tetrahedron: TGLTetrahedron
  81. Visible = False
  82. end
  83. object dcPolyTet: TGLDummyCube
  84. Visible = False
  85. CubeSize = 1.000000000000000000
  86. object TetTriangle0: TGLPolygon
  87. Material.MaterialLibrary = GLMatLibColors
  88. Material.LibMaterialName = 'clrBlue'
  89. Nodes = <
  90. item
  91. X = 0.500000000000000000
  92. Y = 0.500000000000000000
  93. Z = 0.500000000000000000
  94. end
  95. item
  96. X = 0.500000000000000000
  97. Y = -0.500000000000000000
  98. Z = -0.500000000000000000
  99. end
  100. item
  101. X = -0.500000000000000000
  102. Y = -0.500000000000000000
  103. Z = 0.500000000000000000
  104. end>
  105. end
  106. object TetTriangle1: TGLPolygon
  107. Material.MaterialLibrary = GLMatLibColors
  108. Material.LibMaterialName = 'clrRed'
  109. Nodes = <
  110. item
  111. X = -0.500000000000000000
  112. Y = 0.500000000000000000
  113. Z = -0.500000000000000000
  114. end
  115. item
  116. X = 0.500000000000000000
  117. Y = -0.500000000000000000
  118. Z = -0.500000000000000000
  119. end
  120. item
  121. X = 0.500000000000000000
  122. Y = 0.500000000000000000
  123. Z = 0.500000000000000000
  124. end>
  125. end
  126. object TetTriangle2: TGLPolygon
  127. Material.MaterialLibrary = GLMatLibColors
  128. Material.LibMaterialName = 'clrGreen'
  129. Nodes = <
  130. item
  131. X = -0.500000000000000000
  132. Y = -0.500000000000000000
  133. Z = 0.500000000000000000
  134. end
  135. item
  136. X = -0.500000000000000000
  137. Y = 0.500000000000000000
  138. Z = -0.500000000000000000
  139. end
  140. item
  141. X = 0.500000000000000000
  142. Y = 0.500000000000000000
  143. Z = 0.500000000000000000
  144. end>
  145. end
  146. object TetTriangle3: TGLPolygon
  147. Material.MaterialLibrary = GLMatLibColors
  148. Material.LibMaterialName = 'clrViolet'
  149. Nodes = <
  150. item
  151. X = 0.500000000000000000
  152. Y = -0.500000000000000000
  153. Z = -0.500000000000000000
  154. end
  155. item
  156. X = -0.500000000000000000
  157. Y = 0.500000000000000000
  158. Z = -0.500000000000000000
  159. end
  160. item
  161. X = -0.500000000000000000
  162. Y = -0.500000000000000000
  163. Z = 0.500000000000000000
  164. end>
  165. end
  166. end
  167. object Octahedron: TGLOctahedron
  168. Visible = False
  169. end
  170. object dcPolyOct: TGLDummyCube
  171. Visible = False
  172. CubeSize = 1.000000000000000000
  173. object OctTriangle0: TGLPolygon
  174. Material.MaterialLibrary = GLMatLibColors
  175. Material.LibMaterialName = 'clrAquamarine'
  176. Nodes = <
  177. item
  178. X = 0.500000000000000000
  179. end
  180. item
  181. Z = -0.500000000000000000
  182. end
  183. item
  184. Y = 0.500000000000000000
  185. end>
  186. end
  187. object OctTriangle1: TGLPolygon
  188. Material.MaterialLibrary = GLMatLibColors
  189. Material.LibMaterialName = 'clrBakersChoc'
  190. Nodes = <
  191. item
  192. X = -0.500000000000000000
  193. end
  194. item
  195. Y = 0.500000000000000000
  196. end
  197. item
  198. Z = 0.500000000000000000
  199. end>
  200. end
  201. object OctTriangle2: TGLPolygon
  202. Material.MaterialLibrary = GLMatLibColors
  203. Material.LibMaterialName = 'clrBlueViolet'
  204. Nodes = <
  205. item
  206. X = 0.500000000000000000
  207. end
  208. item
  209. Y = -0.500000000000000000
  210. end
  211. item
  212. Z = 0.500000000000000000
  213. end>
  214. end
  215. object OctTriangle3: TGLPolygon
  216. Material.MaterialLibrary = GLMatLibColors
  217. Material.LibMaterialName = 'clrBrass'
  218. Nodes = <
  219. item
  220. X = -0.500000000000000000
  221. end
  222. item
  223. Z = 0.500000000000000000
  224. end
  225. item
  226. Y = -0.500000000000000000
  227. end>
  228. end
  229. object OctTriangle4: TGLPolygon
  230. Material.MaterialLibrary = GLMatLibColors
  231. Material.LibMaterialName = 'clrBrightGold'
  232. Nodes = <
  233. item
  234. X = 0.500000000000000000
  235. end
  236. item
  237. Z = 0.500000000000000000
  238. end
  239. item
  240. Y = 0.500000000000000000
  241. end>
  242. end
  243. object OctTriangle5: TGLPolygon
  244. Material.MaterialLibrary = GLMatLibColors
  245. Material.LibMaterialName = 'clrCadetBlue'
  246. Nodes = <
  247. item
  248. X = -0.500000000000000000
  249. end
  250. item
  251. Z = -0.500000000000000000
  252. end
  253. item
  254. Y = 0.500000000000000000
  255. end>
  256. end
  257. object OctTriangle6: TGLPolygon
  258. Material.MaterialLibrary = GLMatLibColors
  259. Material.LibMaterialName = 'clrSkyBlue'
  260. Nodes = <
  261. item
  262. X = 0.500000000000000000
  263. end
  264. item
  265. Z = -0.500000000000000000
  266. end
  267. item
  268. Y = -0.500000000000000000
  269. end>
  270. end
  271. object OctTriangle7: TGLPolygon
  272. Material.MaterialLibrary = GLMatLibColors
  273. Material.LibMaterialName = 'clrCoral'
  274. Nodes = <
  275. item
  276. X = -0.500000000000000000
  277. end
  278. item
  279. Y = -0.500000000000000000
  280. end
  281. item
  282. Z = -0.500000000000000000
  283. end>
  284. end
  285. end
  286. object Hexahedron: TGLHexahedron
  287. Visible = False
  288. end
  289. object dcPolyHex: TGLDummyCube
  290. Visible = False
  291. CubeSize = 1.000000000000000000
  292. object Quadrangle0: TGLPolygon
  293. Material.MaterialLibrary = GLMatLibColors
  294. Material.LibMaterialName = 'clrGreen'
  295. Nodes = <
  296. item
  297. X = -0.500000000000000000
  298. Y = -0.500000000000000000
  299. Z = -0.500000000000000000
  300. end
  301. item
  302. X = 0.500000000000000000
  303. Y = -0.500000000000000000
  304. Z = -0.500000000000000000
  305. end
  306. item
  307. X = 0.500000000000000000
  308. Y = -0.500000000000000000
  309. Z = 0.500000000000000000
  310. end
  311. item
  312. X = -0.500000000000000000
  313. Y = -0.500000000000000000
  314. Z = 0.500000000000000000
  315. end>
  316. end
  317. object Quadrangle1: TGLPolygon
  318. Material.MaterialLibrary = GLMatLibColors
  319. Material.LibMaterialName = 'clrMidnightBlue'
  320. Nodes = <
  321. item
  322. X = -0.500000000000000000
  323. Y = -0.500000000000000000
  324. Z = 0.500000000000000000
  325. end
  326. item
  327. X = 0.500000000000000000
  328. Y = -0.500000000000000000
  329. Z = 0.500000000000000000
  330. end
  331. item
  332. X = 0.500000000000000000
  333. Y = 0.500000000000000000
  334. Z = 0.500000000000000000
  335. end
  336. item
  337. X = -0.500000000000000000
  338. Y = 0.500000000000000000
  339. Z = 0.500000000000000000
  340. end>
  341. end
  342. object Quadrangle2: TGLPolygon
  343. Material.MaterialLibrary = GLMatLibColors
  344. Material.LibMaterialName = 'clrViolet'
  345. Nodes = <
  346. item
  347. X = -0.500000000000000000
  348. Y = 0.500000000000000000
  349. Z = 0.500000000000000000
  350. end
  351. item
  352. X = 0.500000000000000000
  353. Y = 0.500000000000000000
  354. Z = 0.500000000000000000
  355. end
  356. item
  357. X = 0.500000000000000000
  358. Y = 0.500000000000000000
  359. Z = -0.500000000000000000
  360. end
  361. item
  362. X = -0.500000000000000000
  363. Y = 0.500000000000000000
  364. Z = -0.500000000000000000
  365. end>
  366. end
  367. object Quadrangle3: TGLPolygon
  368. Material.MaterialLibrary = GLMatLibColors
  369. Material.LibMaterialName = 'clrRed'
  370. Nodes = <
  371. item
  372. X = -0.500000000000000000
  373. Y = 0.500000000000000000
  374. Z = -0.500000000000000000
  375. end
  376. item
  377. X = 0.500000000000000000
  378. Y = 0.500000000000000000
  379. Z = -0.500000000000000000
  380. end
  381. item
  382. X = 0.500000000000000000
  383. Y = -0.500000000000000000
  384. Z = -0.500000000000000000
  385. end
  386. item
  387. X = -0.500000000000000000
  388. Y = -0.500000000000000000
  389. Z = -0.500000000000000000
  390. end>
  391. end
  392. object Quadrangle4: TGLPolygon
  393. Material.MaterialLibrary = GLMatLibColors
  394. Material.LibMaterialName = 'clrBronze'
  395. Nodes = <
  396. item
  397. X = -0.500000000000000000
  398. Y = -0.500000000000000000
  399. Z = -0.500000000000000000
  400. end
  401. item
  402. X = -0.500000000000000000
  403. Y = -0.500000000000000000
  404. Z = 0.500000000000000000
  405. end
  406. item
  407. X = -0.500000000000000000
  408. Y = 0.500000000000000000
  409. Z = 0.500000000000000000
  410. end
  411. item
  412. X = -0.500000000000000000
  413. Y = 0.500000000000000000
  414. Z = -0.500000000000000000
  415. end>
  416. end
  417. object Quadrangle5: TGLPolygon
  418. Material.MaterialLibrary = GLMatLibColors
  419. Material.LibMaterialName = 'clrSteelBlue'
  420. Nodes = <
  421. item
  422. X = 0.500000000000000000
  423. Y = -0.500000000000000000
  424. Z = -0.500000000000000000
  425. end
  426. item
  427. X = 0.500000000000000000
  428. Y = 0.500000000000000000
  429. Z = -0.500000000000000000
  430. end
  431. item
  432. X = 0.500000000000000000
  433. Y = 0.500000000000000000
  434. Z = 0.500000000000000000
  435. end
  436. item
  437. X = 0.500000000000000000
  438. Y = -0.500000000000000000
  439. Z = 0.500000000000000000
  440. end>
  441. end
  442. end
  443. object Icosahedron: TGLIcosahedron
  444. Visible = False
  445. end
  446. object dcPolyIco: TGLDummyCube
  447. Visible = False
  448. CubeSize = 1.000000000000000000
  449. object IcoTriangle0: TGLPolygon
  450. Material.MaterialLibrary = GLMatLibColors
  451. Material.LibMaterialName = 'clrBlue'
  452. Nodes = <
  453. item
  454. Y = 0.309017002582550000
  455. Z = -0.500000000000000000
  456. end
  457. item
  458. X = -0.309017002582550000
  459. Y = 0.500000000000000000
  460. end
  461. item
  462. X = 0.309017002582550000
  463. Y = 0.500000000000000000
  464. end>
  465. end
  466. object IcoTriangle1: TGLPolygon
  467. Material.MaterialLibrary = GLMatLibColors
  468. Material.LibMaterialName = 'clrMidnightBlue'
  469. Nodes = <
  470. item
  471. Y = 0.309017002582550000
  472. Z = 0.500000000000000000
  473. end
  474. item
  475. X = 0.309017002582550000
  476. Y = 0.500000000000000000
  477. end
  478. item
  479. X = -0.309017002582550000
  480. Y = 0.500000000000000000
  481. end>
  482. end
  483. object IcoTriangle2: TGLPolygon
  484. Material.MaterialLibrary = GLMatLibColors
  485. Material.LibMaterialName = 'clrViolet'
  486. Nodes = <
  487. item
  488. Y = 0.309017002582550000
  489. Z = 0.500000000000000000
  490. end
  491. item
  492. X = -0.500000000000000000
  493. Z = 0.309017002582550000
  494. end
  495. item
  496. Y = -0.309017002582550000
  497. Z = 0.500000000000000000
  498. end>
  499. end
  500. object IcoTriangle3: TGLPolygon
  501. Material.MaterialLibrary = GLMatLibColors
  502. Material.LibMaterialName = 'clrRed'
  503. Nodes = <
  504. item
  505. Y = 0.309017002582550000
  506. Z = 0.500000000000000000
  507. end
  508. item
  509. Y = -0.309017002582550000
  510. Z = 0.500000000000000000
  511. end
  512. item
  513. X = 0.500000000000000000
  514. Z = 0.309017002582550000
  515. end>
  516. end
  517. object IcoTriangle4: TGLPolygon
  518. Material.MaterialLibrary = GLMatLibColors
  519. Material.LibMaterialName = 'clrOrangeRed'
  520. Nodes = <
  521. item
  522. Y = 0.309017002582550000
  523. Z = -0.500000000000000000
  524. end
  525. item
  526. X = 0.500000000000000000
  527. Z = -0.309017002582550000
  528. end
  529. item
  530. Y = -0.309017002582550000
  531. Z = -0.500000000000000000
  532. end>
  533. end
  534. object IcoTriangle5: TGLPolygon
  535. Material.MaterialLibrary = GLMatLibColors
  536. Material.LibMaterialName = 'clrBronze'
  537. Nodes = <
  538. item
  539. Y = 0.309017002582550000
  540. Z = -0.500000000000000000
  541. end
  542. item
  543. Y = -0.309017002582550000
  544. Z = -0.500000000000000000
  545. end
  546. item
  547. X = -0.500000000000000000
  548. Z = -0.309017002582550000
  549. end>
  550. end
  551. object IcoTriangle6: TGLPolygon
  552. Material.MaterialLibrary = GLMatLibColors
  553. Material.LibMaterialName = 'clrOldGold'
  554. Nodes = <
  555. item
  556. Y = -0.309017002582550000
  557. Z = 0.500000000000000000
  558. end
  559. item
  560. X = -0.309017002582550000
  561. Y = -0.500000000000000000
  562. end
  563. item
  564. X = 0.309017002582550000
  565. Y = -0.500000000000000000
  566. end>
  567. end
  568. object IcoTriangle7: TGLPolygon
  569. Material.MaterialLibrary = GLMatLibColors
  570. Material.LibMaterialName = 'clrGreen'
  571. Nodes = <
  572. item
  573. Y = -0.309017002582550000
  574. Z = -0.500000000000000000
  575. end
  576. item
  577. X = 0.309017002582550000
  578. Y = -0.500000000000000000
  579. end
  580. item
  581. X = -0.309017002582550000
  582. Y = -0.500000000000000000
  583. end>
  584. end
  585. object IcoTriangle8: TGLPolygon
  586. Material.MaterialLibrary = GLMatLibColors
  587. Material.LibMaterialName = 'clrForestGreen'
  588. Nodes = <
  589. item
  590. X = -0.309017002582550000
  591. Y = 0.500000000000000000
  592. end
  593. item
  594. X = -0.500000000000000000
  595. Z = -0.309017002582550000
  596. end
  597. item
  598. X = -0.500000000000000000
  599. Z = 0.309017002582550000
  600. end>
  601. end
  602. object IcoTriangle9: TGLPolygon
  603. Material.MaterialLibrary = GLMatLibColors
  604. Material.LibMaterialName = 'clrSkyBlue'
  605. Nodes = <
  606. item
  607. X = -0.309017002582550000
  608. Y = -0.500000000000000000
  609. end
  610. item
  611. X = -0.500000000000000000
  612. Z = 0.309017002582550000
  613. end
  614. item
  615. X = -0.500000000000000000
  616. Z = -0.309017002582550000
  617. end>
  618. end
  619. object IcoTriangle10: TGLPolygon
  620. Material.MaterialLibrary = GLMatLibColors
  621. Material.LibMaterialName = 'clrSteelBlue'
  622. Nodes = <
  623. item
  624. X = 0.309017002582550000
  625. Y = 0.500000000000000000
  626. end
  627. item
  628. X = 0.500000000000000000
  629. Z = 0.309017002582550000
  630. end
  631. item
  632. X = 0.500000000000000000
  633. Z = -0.309017002582550000
  634. end>
  635. end
  636. object IcoTriangle11: TGLPolygon
  637. Material.MaterialLibrary = GLMatLibColors
  638. Material.LibMaterialName = 'clrAquamarine'
  639. Nodes = <
  640. item
  641. X = 0.309017002582550000
  642. Y = -0.500000000000000000
  643. end
  644. item
  645. X = 0.500000000000000000
  646. Z = -0.309017002582550000
  647. end
  648. item
  649. X = 0.500000000000000000
  650. Z = 0.309017002582550000
  651. end>
  652. end
  653. object IcoTriangle12: TGLPolygon
  654. Material.MaterialLibrary = GLMatLibColors
  655. Material.LibMaterialName = 'clrBakersChoc'
  656. Nodes = <
  657. item
  658. Y = 0.309017002582550000
  659. Z = 0.500000000000000000
  660. end
  661. item
  662. X = -0.309017002582550000
  663. Y = 0.500000000000000000
  664. end
  665. item
  666. X = -0.500000000000000000
  667. Z = 0.309017002582550000
  668. end>
  669. end
  670. object IcoTriangle13: TGLPolygon
  671. Material.MaterialLibrary = GLMatLibColors
  672. Material.LibMaterialName = 'clrBlueViolet'
  673. Nodes = <
  674. item
  675. Y = 0.309017002582550000
  676. Z = 0.500000000000000000
  677. end
  678. item
  679. X = 0.500000000000000000
  680. Z = 0.309017002582550000
  681. end
  682. item
  683. X = 0.309017002582550000
  684. Y = 0.500000000000000000
  685. end>
  686. end
  687. object IcoTriangle14: TGLPolygon
  688. Material.MaterialLibrary = GLMatLibColors
  689. Material.LibMaterialName = 'clrBrass'
  690. Nodes = <
  691. item
  692. Y = 0.309017002582550000
  693. Z = -0.500000000000000000
  694. end
  695. item
  696. X = -0.500000000000000000
  697. Z = -0.309017002582550000
  698. end
  699. item
  700. X = -0.309017002582550000
  701. Y = 0.500000000000000000
  702. end>
  703. end
  704. object IcoTriangle15: TGLPolygon
  705. Material.MaterialLibrary = GLMatLibColors
  706. Material.LibMaterialName = 'clrBrightGold'
  707. Nodes = <
  708. item
  709. Y = 0.309017002582550000
  710. Z = -0.500000000000000000
  711. end
  712. item
  713. X = 0.309017002582550000
  714. Y = 0.500000000000000000
  715. end
  716. item
  717. X = 0.500000000000000000
  718. Z = -0.309017002582550000
  719. end>
  720. end
  721. object IcoTriangle16: TGLPolygon
  722. Material.MaterialLibrary = GLMatLibColors
  723. Material.LibMaterialName = 'clrCadetBlue'
  724. Nodes = <
  725. item
  726. Y = -0.309017002582550000
  727. Z = -0.500000000000000000
  728. end
  729. item
  730. X = -0.309017002582550000
  731. Y = -0.500000000000000000
  732. end
  733. item
  734. X = -0.500000000000000000
  735. Z = -0.309017002582550000
  736. end>
  737. end
  738. object IcoTriangle17: TGLPolygon
  739. Material.MaterialLibrary = GLMatLibColors
  740. Material.LibMaterialName = 'clrMidnightBlue'
  741. Nodes = <
  742. item
  743. Y = -0.309017002582550000
  744. Z = -0.500000000000000000
  745. end
  746. item
  747. X = 0.500000000000000000
  748. Z = -0.309017002582550000
  749. end
  750. item
  751. X = 0.309017002582550000
  752. Y = -0.500000000000000000
  753. end>
  754. end
  755. object IcoTriangle18: TGLPolygon
  756. Material.MaterialLibrary = GLMatLibColors
  757. Material.LibMaterialName = 'clrCoolCopper'
  758. Nodes = <
  759. item
  760. Y = -0.309017002582550000
  761. Z = 0.500000000000000000
  762. end
  763. item
  764. X = -0.500000000000000000
  765. Z = 0.309017002582550000
  766. end
  767. item
  768. X = -0.309017002582550000
  769. Y = -0.500000000000000000
  770. end>
  771. end
  772. object IcoTriangle19: TGLPolygon
  773. Material.MaterialLibrary = GLMatLibColors
  774. Material.LibMaterialName = 'clrCoral'
  775. Nodes = <
  776. item
  777. Y = -0.309017002582550000
  778. Z = 0.500000000000000000
  779. end
  780. item
  781. X = 0.309017002582550000
  782. Y = -0.500000000000000000
  783. end
  784. item
  785. X = 0.500000000000000000
  786. Z = 0.309017002582550000
  787. end>
  788. end
  789. end
  790. object Dodecahedron: TGLDodecahedron
  791. Material.FrontProperties.Diffuse.Color = {9A99593F14AE073FCDCCCC3D0000803F}
  792. Visible = False
  793. end
  794. object dcPolyDod: TGLDummyCube
  795. CubeSize = 1.000000000000000000
  796. object Pentagon0: TGLPolygon
  797. Material.MaterialLibrary = GLMatLibColors
  798. Material.LibMaterialName = 'clrBlue'
  799. Nodes = <
  800. item
  801. X = -0.485410183668136600
  802. Z = 0.185410201549530000
  803. end
  804. item
  805. X = -0.300000011920929000
  806. Y = -0.300000011920929000
  807. Z = 0.300000011920929000
  808. end
  809. item
  810. Y = -0.185410201549530000
  811. Z = 0.485410213470459000
  812. end
  813. item
  814. Y = 0.185410201549530000
  815. Z = 0.485410213470459000
  816. end
  817. item
  818. X = -0.300000011920929000
  819. Y = 0.300000011920929000
  820. Z = 0.300000011920929000
  821. end>
  822. end
  823. object Pentagon1: TGLPolygon
  824. Material.MaterialLibrary = GLMatLibColors
  825. Material.LibMaterialName = 'clrMidnightBlue'
  826. Nodes = <
  827. item
  828. X = -0.485410213470459000
  829. Z = -0.185410201549530000
  830. end
  831. item
  832. X = -0.300000011920929000
  833. Y = 0.300000011920929000
  834. Z = -0.300000011920929000
  835. end
  836. item
  837. Y = 0.185410201549530000
  838. Z = -0.485410213470459000
  839. end
  840. item
  841. Y = -0.185410201549530000
  842. Z = -0.485410213470459000
  843. end
  844. item
  845. X = -0.300000011920929000
  846. Y = -0.300000011920929000
  847. Z = -0.300000011920929000
  848. end>
  849. end
  850. object Pentagon2: TGLPolygon
  851. Material.MaterialLibrary = GLMatLibColors
  852. Material.LibMaterialName = 'clrViolet'
  853. Nodes = <
  854. item
  855. X = 0.485410213470459000
  856. Z = -0.185410201549530000
  857. end
  858. item
  859. X = 0.300000011920929000
  860. Y = -0.300000011920929000
  861. Z = -0.300000011920929000
  862. end
  863. item
  864. Y = -0.185410201549530000
  865. Z = -0.485410213470459000
  866. end
  867. item
  868. Y = 0.185410201549530000
  869. Z = -0.485410213470459000
  870. end
  871. item
  872. X = 0.300000011920929000
  873. Y = 0.300000011920929000
  874. Z = -0.300000011920929000
  875. end>
  876. end
  877. object Pentagon3: TGLPolygon
  878. Material.MaterialLibrary = GLMatLibColors
  879. Material.LibMaterialName = 'clrRed'
  880. Nodes = <
  881. item
  882. X = 0.485410213470459000
  883. Z = 0.185410201549530000
  884. end
  885. item
  886. X = 0.300000011920929000
  887. Y = 0.300000011920929000
  888. Z = 0.300000011920929000
  889. end
  890. item
  891. Y = 0.185410201549530000
  892. Z = 0.485410213470459000
  893. end
  894. item
  895. Y = -0.185410201549530000
  896. Z = 0.485410213470459000
  897. end
  898. item
  899. X = 0.300000011920929000
  900. Y = -0.300000011920929000
  901. Z = 0.300000011920929000
  902. end>
  903. end
  904. object Pentagon4: TGLPolygon
  905. Material.MaterialLibrary = GLMatLibColors
  906. Material.LibMaterialName = 'clrOrangeRed'
  907. Nodes = <
  908. item
  909. X = 0.185410201549530000
  910. Y = -0.485410213470459000
  911. end
  912. item
  913. X = 0.300000011920929000
  914. Y = -0.300000011920929000
  915. Z = -0.300000011920929000
  916. end
  917. item
  918. X = 0.485410213470459000
  919. Z = -0.185410201549530000
  920. end
  921. item
  922. X = 0.485410213470459000
  923. Z = 0.185410201549530000
  924. end
  925. item
  926. X = 0.300000011920929000
  927. Y = -0.300000011920929000
  928. Z = 0.300000011920929000
  929. end>
  930. end
  931. object Pentagon5: TGLPolygon
  932. Material.MaterialLibrary = GLMatLibColors
  933. Material.LibMaterialName = 'clrOrange'
  934. Nodes = <
  935. item
  936. X = -0.185410201549530000
  937. Y = -0.485410213470459000
  938. end
  939. item
  940. X = -0.300000011920929000
  941. Y = -0.300000011920929000
  942. Z = 0.300000011920929000
  943. end
  944. item
  945. X = -0.485410213470459000
  946. Z = 0.185410201549530000
  947. end
  948. item
  949. X = -0.485410213470459000
  950. Z = -0.185410201549530000
  951. end
  952. item
  953. X = -0.300000011920929000
  954. Y = -0.300000011920929000
  955. Z = -0.300000011920929000
  956. end>
  957. end
  958. object Pentagon6: TGLPolygon
  959. Material.MaterialLibrary = GLMatLibColors
  960. Material.LibMaterialName = 'clrOrange'
  961. Nodes = <
  962. item
  963. X = -0.185410201549530000
  964. Y = 0.485410213470459000
  965. end
  966. item
  967. X = -0.300000011920929000
  968. Y = 0.300000011920929000
  969. Z = -0.300000011920929000
  970. end
  971. item
  972. X = -0.485410213470459000
  973. Z = -0.185410201549530000
  974. end
  975. item
  976. X = -0.485410213470459000
  977. Z = 0.185410201549530000
  978. end
  979. item
  980. X = -0.300000011920929000
  981. Y = 0.300000011920929000
  982. Z = 0.300000011920929000
  983. end>
  984. end
  985. object Pentagon7: TGLPolygon
  986. Material.MaterialLibrary = GLMatLibColors
  987. Material.LibMaterialName = 'clrOldGold'
  988. Nodes = <
  989. item
  990. X = 0.185410201549530000
  991. Y = 0.485410213470459000
  992. end
  993. item
  994. X = 0.300000011920929000
  995. Y = 0.300000011920929000
  996. Z = 0.300000011920929000
  997. end
  998. item
  999. X = 0.485410213470459000
  1000. Z = 0.185410201549530000
  1001. end
  1002. item
  1003. X = 0.485410213470459000
  1004. Z = -0.185410201549530000
  1005. end
  1006. item
  1007. X = 0.300000011920929000
  1008. Y = 0.300000011920929000
  1009. Z = -0.300000011920929000
  1010. end>
  1011. end
  1012. object Pentagon8: TGLPolygon
  1013. Material.MaterialLibrary = GLMatLibColors
  1014. Material.LibMaterialName = 'clrGreen'
  1015. Nodes = <
  1016. item
  1017. Y = 0.185410201549530000
  1018. Z = -0.485410213470459000
  1019. end
  1020. item
  1021. X = -0.300000011920929000
  1022. Y = 0.300000011920929000
  1023. Z = -0.300000011920929000
  1024. end
  1025. item
  1026. X = -0.185410201549530000
  1027. Y = 0.485410213470459000
  1028. end
  1029. item
  1030. X = 0.185410201549530000
  1031. Y = 0.485410213470459000
  1032. end
  1033. item
  1034. X = 0.300000011920929000
  1035. Y = 0.300000011920929000
  1036. Z = -0.300000011920929000
  1037. end>
  1038. end
  1039. object Pentagon9: TGLPolygon
  1040. Material.MaterialLibrary = GLMatLibColors
  1041. Material.LibMaterialName = 'clrForestGreen'
  1042. Nodes = <
  1043. item
  1044. Y = -0.185410201549530000
  1045. Z = -0.485410213470459000
  1046. end
  1047. item
  1048. X = 0.300000011920929000
  1049. Y = -0.300000011920929000
  1050. Z = -0.300000011920929000
  1051. end
  1052. item
  1053. X = 0.185410201549530000
  1054. Y = -0.485410213470459000
  1055. end
  1056. item
  1057. X = -0.185410201549530000
  1058. Y = -0.485410213470459000
  1059. end
  1060. item
  1061. X = -0.300000011920929000
  1062. Y = -0.300000011920929000
  1063. Z = -0.300000011920929000
  1064. end>
  1065. end
  1066. object Pentagon10: TGLPolygon
  1067. Material.MaterialLibrary = GLMatLibColors
  1068. Material.LibMaterialName = 'clrSkyBlue'
  1069. Nodes = <
  1070. item
  1071. Y = -0.185410201549530000
  1072. Z = 0.485410213470459000
  1073. end
  1074. item
  1075. X = -0.300000011920929000
  1076. Y = -0.300000011920929000
  1077. Z = 0.300000011920929000
  1078. end
  1079. item
  1080. X = -0.185410201549530000
  1081. Y = -0.485410213470459000
  1082. end
  1083. item
  1084. X = 0.185410201549530000
  1085. Y = -0.485410213470459000
  1086. end
  1087. item
  1088. X = 0.300000011920929000
  1089. Y = -0.300000011920929000
  1090. Z = 0.300000011920929000
  1091. end>
  1092. end
  1093. object Pentagon11: TGLPolygon
  1094. Material.MaterialLibrary = GLMatLibColors
  1095. Material.LibMaterialName = 'clrSteelBlue'
  1096. Nodes = <
  1097. item
  1098. Y = 0.185410201549530000
  1099. Z = 0.485410213470459000
  1100. end
  1101. item
  1102. X = 0.300000011920929000
  1103. Y = 0.300000011920929000
  1104. Z = 0.300000011920929000
  1105. end
  1106. item
  1107. X = 0.185410201549530000
  1108. Y = 0.485410213470459000
  1109. end
  1110. item
  1111. X = -0.185410201549530000
  1112. Y = 0.485410213470459000
  1113. end
  1114. item
  1115. X = -0.300000011920929000
  1116. Y = 0.300000011920929000
  1117. Z = 0.300000011920929000
  1118. end>
  1119. end
  1120. end
  1121. end
  1122. end
  1123. object GLSimpleNavigation1: TGLSimpleNavigation
  1124. Form = Owner
  1125. GLSceneViewer = GLSceneViewer1
  1126. FormCaption = 'Polyhedra - %FPS'
  1127. KeyCombinations = <
  1128. item
  1129. ShiftState = [ssLeft, ssRight]
  1130. Action = snaZoom
  1131. end
  1132. item
  1133. ShiftState = [ssLeft]
  1134. Action = snaMoveAroundTarget
  1135. end
  1136. item
  1137. ShiftState = [ssRight]
  1138. Action = snaMoveAroundTarget
  1139. end>
  1140. Left = 90
  1141. Top = 176
  1142. end
  1143. object GLCadencer1: TGLCadencer
  1144. Scene = GLScene1
  1145. OnProgress = GLCadencer1Progress
  1146. Left = 198
  1147. Top = 24
  1148. end
  1149. object Timer1: TTimer
  1150. OnTimer = Timer1Timer
  1151. Left = 924
  1152. Top = 70
  1153. end
  1154. object GLMatLibTextures: TGLMaterialLibrary
  1155. Materials = <
  1156. item
  1157. Name = 'a'
  1158. Tag = 0
  1159. Material.BackProperties.Ambient.Color = {00000000000000000000803F0000803F}
  1160. Material.BackProperties.Diffuse.Color = {00000000000000000000803F0000803F}
  1161. Material.BackProperties.Emission.Color = {00000000000000000000803F0000803F}
  1162. Material.BackProperties.Specular.Color = {00000000000000000000803F0000803F}
  1163. Material.FrontProperties.Ambient.Color = {00000000000000000000803F0000803F}
  1164. Material.FrontProperties.Diffuse.Color = {00000000000000000000803F0000803F}
  1165. Material.FrontProperties.Emission.Color = {00000000000000000000803F0000803F}
  1166. Material.FrontProperties.Specular.Color = {00000000000000000000803F0000803F}
  1167. end
  1168. item
  1169. Name = 'as'
  1170. Tag = 0
  1171. Material.BackProperties.Ambient.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  1172. Material.BackProperties.Diffuse.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  1173. Material.BackProperties.Emission.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  1174. Material.BackProperties.Specular.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  1175. Material.FrontProperties.Ambient.Color = {CFBC3C3ECFBC3C3EA19E9E3E0000803F}
  1176. Material.FrontProperties.Diffuse.Color = {CFBC3C3ECFBC3C3EA19E9E3E0000803F}
  1177. Material.FrontProperties.Emission.Color = {CFBC3C3ECFBC3C3EA19E9E3E0000803F}
  1178. Material.FrontProperties.Specular.Color = {CFBC3C3ECFBC3C3EA19E9E3E0000803F}
  1179. end
  1180. item
  1181. Name = 'b'
  1182. Tag = 0
  1183. Material.BackProperties.Ambient.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1184. Material.BackProperties.Diffuse.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1185. Material.BackProperties.Emission.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1186. Material.BackProperties.Specular.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1187. Material.FrontProperties.Ambient.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1188. Material.FrontProperties.Diffuse.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1189. Material.FrontProperties.Emission.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1190. Material.FrontProperties.Specular.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1191. end
  1192. item
  1193. Name = 'c'
  1194. Tag = 0
  1195. Material.BackProperties.Ambient.Color = {0000803F00000000000000000000803F}
  1196. Material.BackProperties.Diffuse.Color = {0000803F00000000000000000000803F}
  1197. Material.BackProperties.Emission.Color = {0000803F00000000000000000000803F}
  1198. Material.BackProperties.Specular.Color = {0000803F00000000000000000000803F}
  1199. Material.FrontProperties.Ambient.Color = {0000803F00000000000000000000803F}
  1200. Material.FrontProperties.Diffuse.Color = {0000803F00000000000000000000803F}
  1201. Material.FrontProperties.Emission.Color = {0000803F00000000000000000000803F}
  1202. Material.FrontProperties.Specular.Color = {0000803F00000000000000000000803F}
  1203. end
  1204. item
  1205. Name = 'cs'
  1206. Tag = 0
  1207. Material.BackProperties.Ambient.Color = {0000803F0000803E000000000000803F}
  1208. Material.BackProperties.Diffuse.Color = {0000803F0000803E000000000000803F}
  1209. Material.BackProperties.Emission.Color = {0000803F0000803E000000000000803F}
  1210. Material.BackProperties.Specular.Color = {0000803F0000803E000000000000803F}
  1211. Material.FrontProperties.Ambient.Color = {0000803F0000803E000000000000803F}
  1212. Material.FrontProperties.Diffuse.Color = {0000803F0000803E000000000000803F}
  1213. Material.FrontProperties.Emission.Color = {0000803F0000803E000000000000803F}
  1214. Material.FrontProperties.Specular.Color = {0000803F0000803E000000000000803F}
  1215. end
  1216. item
  1217. Name = 'd'
  1218. Tag = 0
  1219. Material.BackProperties.Ambient.Color = {0000803F0000003F000000000000803F}
  1220. Material.BackProperties.Diffuse.Color = {0000803F0000003F000000000000803F}
  1221. Material.BackProperties.Emission.Color = {0000803F0000003F000000000000803F}
  1222. Material.BackProperties.Specular.Color = {0000803F0000003F000000000000803F}
  1223. Material.FrontProperties.Ambient.Color = {CDCC0C3FD7A3F03E295C0F3E0000803F}
  1224. Material.FrontProperties.Diffuse.Color = {CDCC0C3FD7A3F03E295C0F3E0000803F}
  1225. Material.FrontProperties.Emission.Color = {CDCC0C3FD7A3F03E295C0F3E0000803F}
  1226. Material.FrontProperties.Specular.Color = {CDCC0C3FD7A3F03E295C0F3E0000803F}
  1227. end
  1228. item
  1229. Name = 'ds'
  1230. Tag = 0
  1231. Material.BackProperties.Ambient.Color = {8FC2353F6666263FB81E853E0000803F}
  1232. Material.BackProperties.Diffuse.Color = {8FC2353F6666263FB81E853E0000803F}
  1233. Material.BackProperties.Emission.Color = {8FC2353F6666263FB81E853E0000803F}
  1234. Material.BackProperties.Specular.Color = {8FC2353F6666263FB81E853E0000803F}
  1235. Material.FrontProperties.Ambient.Color = {0000803F0000003F000000000000803F}
  1236. Material.FrontProperties.Diffuse.Color = {0000803F0000003F000000000000803F}
  1237. Material.FrontProperties.Emission.Color = {0000803F0000003F000000000000803F}
  1238. Material.FrontProperties.Specular.Color = {0000803F0000003F000000000000803F}
  1239. end
  1240. item
  1241. Name = 'e'
  1242. Tag = 0
  1243. Material.BackProperties.Ambient.Color = {0000803F0000803F000000000000803F}
  1244. Material.BackProperties.Diffuse.Color = {0000803F0000803F000000000000803F}
  1245. Material.BackProperties.Emission.Color = {0000803F0000803F000000000000803F}
  1246. Material.BackProperties.Specular.Color = {0000803F0000803F000000000000803F}
  1247. Material.FrontProperties.Ambient.Color = {295C4F3F8FC2353F1F856B3E0000803F}
  1248. Material.FrontProperties.Diffuse.Color = {295C4F3F8FC2353F1F856B3E0000803F}
  1249. Material.FrontProperties.Emission.Color = {295C4F3F8FC2353F1F856B3E0000803F}
  1250. Material.FrontProperties.Specular.Color = {295C4F3F8FC2353F1F856B3E0000803F}
  1251. end
  1252. item
  1253. Name = 'f'
  1254. Tag = 0
  1255. Material.BackProperties.Ambient.Color = {000000000000003F000000000000803F}
  1256. Material.BackProperties.Diffuse.Color = {000000000000003F000000000000803F}
  1257. Material.BackProperties.Emission.Color = {000000000000003F000000000000803F}
  1258. Material.BackProperties.Specular.Color = {000000000000003F000000000000803F}
  1259. Material.FrontProperties.Ambient.Color = {000000000000003F000000000000803F}
  1260. Material.FrontProperties.Diffuse.Color = {000000000000003F000000000000803F}
  1261. Material.FrontProperties.Emission.Color = {000000000000003F000000000000803F}
  1262. Material.FrontProperties.Specular.Color = {000000000000003F000000000000803F}
  1263. end
  1264. item
  1265. Name = 'fs'
  1266. Tag = 0
  1267. Material.BackProperties.Ambient.Color = {000000000000003F0000003F0000803F}
  1268. Material.BackProperties.Diffuse.Color = {000000000000003F0000003F0000803F}
  1269. Material.BackProperties.Emission.Color = {000000000000003F0000003F0000803F}
  1270. Material.BackProperties.Specular.Color = {000000000000003F0000003F0000803F}
  1271. Material.FrontProperties.Ambient.Color = {938C0C3E938E0E3F938C0C3E0000803F}
  1272. Material.FrontProperties.Diffuse.Color = {938C0C3E938E0E3F938C0C3E0000803F}
  1273. Material.FrontProperties.Emission.Color = {938C0C3E938E0E3F938C0C3E0000803F}
  1274. Material.FrontProperties.Specular.Color = {938C0C3E938E0E3F938C0C3E0000803F}
  1275. end
  1276. item
  1277. Name = 'g'
  1278. Tag = 0
  1279. Material.BackProperties.Ambient.Color = {000000000000803F0000803F0000803F}
  1280. Material.BackProperties.Diffuse.Color = {000000000000803F0000803F0000803F}
  1281. Material.BackProperties.Emission.Color = {000000000000803F0000803F0000803F}
  1282. Material.BackProperties.Specular.Color = {000000000000803F0000803F0000803F}
  1283. Material.FrontProperties.Ambient.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  1284. Material.FrontProperties.Diffuse.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  1285. Material.FrontProperties.Emission.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  1286. Material.FrontProperties.Specular.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  1287. end
  1288. item
  1289. Name = 'gs'
  1290. Tag = 0
  1291. Material.BackProperties.Ambient.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1292. Material.BackProperties.Diffuse.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1293. Material.BackProperties.Emission.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1294. Material.BackProperties.Specular.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1295. Material.FrontProperties.Ambient.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1296. Material.FrontProperties.Diffuse.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1297. Material.FrontProperties.Emission.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1298. Material.FrontProperties.Specular.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1299. end>
  1300. Left = 393
  1301. Top = 174
  1302. end
  1303. object GLMatLibColors: TGLMaterialLibrary
  1304. Materials = <
  1305. item
  1306. Name = 'clrBlue'
  1307. Tag = 0
  1308. Material.BackProperties.Ambient.Color = {00000000000000000000803F0000803F}
  1309. Material.BackProperties.Diffuse.Color = {00000000000000000000803F0000803F}
  1310. Material.BackProperties.Emission.Color = {00000000000000000000803F0000803F}
  1311. Material.BackProperties.Specular.Color = {00000000000000000000803F0000803F}
  1312. Material.FrontProperties.Ambient.Color = {00000000000000000000803F0000803F}
  1313. Material.FrontProperties.Diffuse.Color = {00000000000000000000803F0000803F}
  1314. Material.FrontProperties.Specular.Color = {00000000000000000000803F0000803F}
  1315. end
  1316. item
  1317. Name = 'clrMidnightBlue'
  1318. Tag = 0
  1319. Material.BackProperties.Ambient.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  1320. Material.BackProperties.Diffuse.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  1321. Material.BackProperties.Emission.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  1322. Material.BackProperties.Specular.Color = {938C0C3E938C0C3E938E0E3F0000803F}
  1323. Material.FrontProperties.Ambient.Color = {CFBC3C3ECFBC3C3EA19E9E3E0000803F}
  1324. Material.FrontProperties.Diffuse.Color = {CFBC3C3ECFBC3C3EA19E9E3E0000803F}
  1325. Material.FrontProperties.Emission.Color = {CFBC3C3ECFBC3C3EA19E9E3E0000803F}
  1326. Material.FrontProperties.Specular.Color = {CFBC3C3ECFBC3C3EA19E9E3E0000803F}
  1327. end
  1328. item
  1329. Name = 'clrViolet'
  1330. Tag = 0
  1331. Material.BackProperties.Ambient.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1332. Material.BackProperties.Diffuse.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1333. Material.BackProperties.Emission.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1334. Material.BackProperties.Specular.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1335. Material.FrontProperties.Ambient.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1336. Material.FrontProperties.Diffuse.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1337. Material.FrontProperties.Specular.Color = {A19E9E3ECFBC3C3EA19E9E3E0000803F}
  1338. end
  1339. item
  1340. Name = 'clrRed'
  1341. Tag = 0
  1342. Material.BackProperties.Ambient.Color = {0000803F00000000000000000000803F}
  1343. Material.BackProperties.Diffuse.Color = {0000803F00000000000000000000803F}
  1344. Material.BackProperties.Emission.Color = {0000803F00000000000000000000803F}
  1345. Material.BackProperties.Specular.Color = {0000803F00000000000000000000803F}
  1346. Material.FrontProperties.Ambient.Color = {0000803F00000000000000000000803F}
  1347. Material.FrontProperties.Diffuse.Color = {0000803F00000000000000000000803F}
  1348. Material.FrontProperties.Specular.Color = {0000803F00000000000000000000803F}
  1349. end
  1350. item
  1351. Name = 'clrOrangeRed'
  1352. Tag = 0
  1353. Material.BackProperties.Ambient.Color = {0000803F0000803E000000000000803F}
  1354. Material.BackProperties.Diffuse.Color = {0000803F0000803E000000000000803F}
  1355. Material.BackProperties.Emission.Color = {0000803F0000803E000000000000803F}
  1356. Material.BackProperties.Specular.Color = {0000803F0000803E000000000000803F}
  1357. Material.FrontProperties.Ambient.Color = {0000803F0000803E000000000000803F}
  1358. Material.FrontProperties.Diffuse.Color = {0000803F0000803E000000000000803F}
  1359. Material.FrontProperties.Specular.Color = {0000803F0000803E000000000000803F}
  1360. end
  1361. item
  1362. Name = 'clrBronze'
  1363. Tag = 0
  1364. Material.BackProperties.Ambient.Color = {0000803F0000003F000000000000803F}
  1365. Material.BackProperties.Diffuse.Color = {0000803F0000003F000000000000803F}
  1366. Material.BackProperties.Emission.Color = {0000803F0000003F000000000000803F}
  1367. Material.BackProperties.Specular.Color = {0000803F0000003F000000000000803F}
  1368. Material.FrontProperties.Ambient.Color = {CDCC0C3FD7A3F03E295C0F3E0000803F}
  1369. Material.FrontProperties.Diffuse.Color = {CDCC0C3FD7A3F03E295C0F3E0000803F}
  1370. Material.FrontProperties.Emission.Color = {CDCC0C3FD7A3F03E295C0F3E0000803F}
  1371. Material.FrontProperties.Specular.Color = {CDCC0C3FD7A3F03E295C0F3E0000803F}
  1372. end
  1373. item
  1374. Name = 'clrOrange'
  1375. Tag = 0
  1376. Material.BackProperties.Ambient.Color = {8FC2353F6666263FB81E853E0000803F}
  1377. Material.BackProperties.Diffuse.Color = {8FC2353F6666263FB81E853E0000803F}
  1378. Material.BackProperties.Emission.Color = {8FC2353F6666263FB81E853E0000803F}
  1379. Material.BackProperties.Specular.Color = {8FC2353F6666263FB81E853E0000803F}
  1380. Material.FrontProperties.Ambient.Color = {0000803F0000003F000000000000803F}
  1381. Material.FrontProperties.Diffuse.Color = {0000803F0000003F000000000000803F}
  1382. Material.FrontProperties.Specular.Color = {0000803F0000003F000000000000803F}
  1383. end
  1384. item
  1385. Name = 'clrOldGold'
  1386. Tag = 0
  1387. Material.BackProperties.Ambient.Color = {0000803F0000803F000000000000803F}
  1388. Material.BackProperties.Diffuse.Color = {0000803F0000803F000000000000803F}
  1389. Material.BackProperties.Emission.Color = {0000803F0000803F000000000000803F}
  1390. Material.BackProperties.Specular.Color = {0000803F0000803F000000000000803F}
  1391. Material.FrontProperties.Ambient.Color = {295C4F3F8FC2353F1F856B3E0000803F}
  1392. Material.FrontProperties.Diffuse.Color = {295C4F3F8FC2353F1F856B3E0000803F}
  1393. Material.FrontProperties.Emission.Color = {295C4F3F8FC2353F1F856B3E0000803F}
  1394. Material.FrontProperties.Specular.Color = {295C4F3F8FC2353F1F856B3E0000803F}
  1395. end
  1396. item
  1397. Name = 'clrGreen'
  1398. Tag = 0
  1399. Material.BackProperties.Ambient.Color = {000000000000003F000000000000803F}
  1400. Material.BackProperties.Diffuse.Color = {000000000000003F000000000000803F}
  1401. Material.BackProperties.Emission.Color = {000000000000003F000000000000803F}
  1402. Material.BackProperties.Specular.Color = {000000000000003F000000000000803F}
  1403. Material.FrontProperties.Ambient.Color = {000000000000003F000000000000803F}
  1404. Material.FrontProperties.Diffuse.Color = {000000000000003F000000000000803F}
  1405. Material.FrontProperties.Emission.Color = {000000000000003F000000000000803F}
  1406. Material.FrontProperties.Specular.Color = {000000000000003F000000000000803F}
  1407. end
  1408. item
  1409. Name = 'clrForestGreen'
  1410. Tag = 0
  1411. Material.BackProperties.Ambient.Color = {000000000000003F0000003F0000803F}
  1412. Material.BackProperties.Diffuse.Color = {000000000000003F0000003F0000803F}
  1413. Material.BackProperties.Emission.Color = {000000000000003F0000003F0000803F}
  1414. Material.BackProperties.Specular.Color = {000000000000003F0000003F0000803F}
  1415. Material.FrontProperties.Ambient.Color = {938C0C3E938E0E3F938C0C3E0000803F}
  1416. Material.FrontProperties.Diffuse.Color = {938C0C3E938E0E3F938C0C3E0000803F}
  1417. Material.FrontProperties.Emission.Color = {938C0C3E938E0E3F938C0C3E0000803F}
  1418. Material.FrontProperties.Specular.Color = {938C0C3E938E0E3F938C0C3E0000803F}
  1419. end
  1420. item
  1421. Name = 'clrSkyBlue'
  1422. Tag = 0
  1423. Material.BackProperties.Ambient.Color = {000000000000803F0000803F0000803F}
  1424. Material.BackProperties.Diffuse.Color = {000000000000803F0000803F0000803F}
  1425. Material.BackProperties.Emission.Color = {000000000000803F0000803F0000803F}
  1426. Material.BackProperties.Specular.Color = {000000000000803F0000803F0000803F}
  1427. Material.FrontProperties.Ambient.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  1428. Material.FrontProperties.Diffuse.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  1429. Material.FrontProperties.Emission.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  1430. Material.FrontProperties.Specular.Color = {ACC8483E9A99193FCDCC4C3F0000803F}
  1431. end
  1432. item
  1433. Name = 'clrSteelBlue'
  1434. Tag = 0
  1435. Material.BackProperties.Ambient.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1436. Material.BackProperties.Diffuse.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1437. Material.BackProperties.Emission.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1438. Material.BackProperties.Specular.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1439. Material.FrontProperties.Ambient.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1440. Material.FrontProperties.Diffuse.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1441. Material.FrontProperties.Emission.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1442. Material.FrontProperties.Specular.Color = {938C0C3EDCD6D63E938E0E3F0000803F}
  1443. end
  1444. item
  1445. Name = 'clrAquamarine'
  1446. Tag = 0
  1447. Material.FrontProperties.Diffuse.Color = {EBE0E03EE4DB5B3F9A93133F0000803F}
  1448. end
  1449. item
  1450. Name = 'clrBakersChoc'
  1451. Tag = 0
  1452. Material.FrontProperties.Diffuse.Color = {EC51B83ECDCC4C3EEC51B83D0000803F}
  1453. end
  1454. item
  1455. Name = 'clrBlueViolet'
  1456. Tag = 0
  1457. Material.FrontProperties.Diffuse.Color = {029F1F3FBEBEBE3E999F1F3F0000803F}
  1458. end
  1459. item
  1460. Name = 'clrBrass'
  1461. Tag = 0
  1462. Material.FrontProperties.Diffuse.Color = {8FC2353F6666263FB81E853E0000803F}
  1463. end
  1464. item
  1465. Name = 'clrBrightGold'
  1466. Tag = 0
  1467. Material.FrontProperties.Diffuse.Color = {9A99593F9A99593FCDCCCC3D0000803F}
  1468. end
  1469. item
  1470. Name = 'clrCadetBlue'
  1471. Tag = 0
  1472. Material.FrontProperties.Diffuse.Color = {BEBEBE3E999F1F3F999F1F3F0000803F}
  1473. end
  1474. item
  1475. Name = 'clrCoolCopper'
  1476. Tag = 0
  1477. Material.FrontProperties.Diffuse.Color = {9A99593F14AE073FCDCCCC3D0000803F}
  1478. end
  1479. item
  1480. Name = 'clrCoral'
  1481. Tag = 0
  1482. Material.FrontProperties.Diffuse.Color = {0000803FF8FEFE3E000000000000803F}
  1483. end>
  1484. Left = 393
  1485. Top = 20
  1486. end
  1487. end