fdPostShader.dfm 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. object FormPostShader: TFormPostShader
  2. Left = 261
  3. Top = 176
  4. Caption = 'GLSL Post Shader'
  5. ClientHeight = 552
  6. ClientWidth = 793
  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. Position = poScreenCenter
  14. OnClose = FormClose
  15. OnCreate = FormCreate
  16. TextHeight = 13
  17. object Viewer: TGLSceneViewer
  18. Left = 0
  19. Top = 0
  20. Width = 570
  21. Height = 523
  22. Camera = Camera
  23. Buffer.BackgroundColor = clBackground
  24. Buffer.ContextOptions = [roDoubleBuffer, roStencilBuffer, roRenderToWindow]
  25. Buffer.AntiAliasing = aaNone
  26. Buffer.DepthPrecision = dp24bits
  27. Buffer.ColorDepth = cd24bits
  28. FieldOfView = 152.082229614257800000
  29. PenAsTouch = False
  30. Align = alClient
  31. TabOrder = 0
  32. end
  33. object Panel1: TPanel
  34. Left = 0
  35. Top = 523
  36. Width = 793
  37. Height = 29
  38. Align = alBottom
  39. TabOrder = 1
  40. ExplicitTop = 498
  41. ExplicitWidth = 785
  42. object LightMovingCheckBox: TCheckBox
  43. Left = 8
  44. Top = 8
  45. Width = 97
  46. Height = 17
  47. Caption = 'Light is Moving'
  48. Checked = True
  49. Color = clBtnFace
  50. ParentColor = False
  51. State = cbChecked
  52. TabOrder = 0
  53. end
  54. object TurnPitchrollCheckBox: TCheckBox
  55. Left = 112
  56. Top = 8
  57. Width = 137
  58. Height = 17
  59. Caption = 'Turn-Pitch-Roll Enabled'
  60. Checked = True
  61. State = cbChecked
  62. TabOrder = 1
  63. end
  64. end
  65. object Panel2: TPanel
  66. Left = 570
  67. Top = 0
  68. Width = 223
  69. Height = 523
  70. Align = alRight
  71. TabOrder = 2
  72. ExplicitLeft = 562
  73. ExplicitHeight = 498
  74. object Label1: TLabel
  75. Left = 16
  76. Top = 8
  77. Width = 42
  78. Height = 13
  79. Caption = 'Shaders:'
  80. end
  81. object Label2: TLabel
  82. Left = 19
  83. Top = 139
  84. Width = 48
  85. Height = 13
  86. Caption = 'Blur Value'
  87. end
  88. object lblBlurValue: TLabel
  89. Left = 201
  90. Top = 139
  91. Width = 15
  92. Height = 13
  93. Caption = '0.0'
  94. Font.Charset = DEFAULT_CHARSET
  95. Font.Color = clWindowText
  96. Font.Height = -11
  97. Font.Name = 'MS Sans Serif'
  98. Font.Style = []
  99. ParentFont = False
  100. end
  101. object Label3: TLabel
  102. Left = 19
  103. Top = 172
  104. Width = 88
  105. Height = 13
  106. Caption = 'Thermal Threshold'
  107. end
  108. object lblThermalThreshold: TLabel
  109. Left = 201
  110. Top = 172
  111. Width = 15
  112. Height = 13
  113. Caption = '0.0'
  114. Font.Charset = DEFAULT_CHARSET
  115. Font.Color = clWindowText
  116. Font.Height = -11
  117. Font.Name = 'MS Sans Serif'
  118. Font.Style = []
  119. ParentFont = False
  120. end
  121. object Label5: TLabel
  122. Left = 19
  123. Top = 206
  124. Width = 80
  125. Height = 13
  126. Caption = 'Thermal Intensity'
  127. end
  128. object lblThermalIntensity: TLabel
  129. Left = 201
  130. Top = 206
  131. Width = 15
  132. Height = 13
  133. Caption = '0.0'
  134. Font.Charset = DEFAULT_CHARSET
  135. Font.Color = clWindowText
  136. Font.Height = -11
  137. Font.Name = 'MS Sans Serif'
  138. Font.Style = []
  139. ParentFont = False
  140. end
  141. object Label4: TLabel
  142. Left = 19
  143. Top = 274
  144. Width = 75
  145. Height = 13
  146. Caption = 'Night Threshold'
  147. end
  148. object lblNight: TLabel
  149. Left = 201
  150. Top = 274
  151. Width = 15
  152. Height = 13
  153. Caption = '0.0'
  154. Font.Charset = DEFAULT_CHARSET
  155. Font.Color = clWindowText
  156. Font.Height = -11
  157. Font.Name = 'MS Sans Serif'
  158. Font.Style = []
  159. ParentFont = False
  160. end
  161. object Label6: TLabel
  162. Left = 19
  163. Top = 308
  164. Width = 87
  165. Height = 13
  166. Caption = 'Night Amplification'
  167. end
  168. object lblNightAmplification: TLabel
  169. Left = 201
  170. Top = 308
  171. Width = 15
  172. Height = 13
  173. Caption = '0.0'
  174. Font.Charset = DEFAULT_CHARSET
  175. Font.Color = clWindowText
  176. Font.Height = -11
  177. Font.Name = 'MS Sans Serif'
  178. Font.Style = []
  179. ParentFont = False
  180. end
  181. object Label7: TLabel
  182. Left = 19
  183. Top = 240
  184. Width = 81
  185. Height = 13
  186. Caption = 'Dream Threshold'
  187. end
  188. object lblDreamThreshold: TLabel
  189. Left = 201
  190. Top = 240
  191. Width = 15
  192. Height = 13
  193. Caption = '0.0'
  194. Font.Charset = DEFAULT_CHARSET
  195. Font.Color = clWindowText
  196. Font.Height = -11
  197. Font.Name = 'MS Sans Serif'
  198. Font.Style = []
  199. ParentFont = False
  200. end
  201. object Label8: TLabel
  202. Left = 19
  203. Top = 342
  204. Width = 68
  205. Height = 13
  206. Caption = 'Pixelate Width'
  207. end
  208. object lblPixelateWidth: TLabel
  209. Left = 201
  210. Top = 342
  211. Width = 6
  212. Height = 13
  213. Caption = '1'
  214. Font.Charset = DEFAULT_CHARSET
  215. Font.Color = clWindowText
  216. Font.Height = -11
  217. Font.Name = 'MS Sans Serif'
  218. Font.Style = []
  219. ParentFont = False
  220. end
  221. object Label9: TLabel
  222. Left = 19
  223. Top = 376
  224. Width = 71
  225. Height = 13
  226. Caption = 'Pixelate Height'
  227. end
  228. object lblPixelateHeight: TLabel
  229. Left = 201
  230. Top = 376
  231. Width = 6
  232. Height = 13
  233. Caption = '1'
  234. Font.Charset = DEFAULT_CHARSET
  235. Font.Color = clWindowText
  236. Font.Height = -11
  237. Font.Name = 'MS Sans Serif'
  238. Font.Style = []
  239. ParentFont = False
  240. end
  241. object Label10: TLabel
  242. Left = 19
  243. Top = 410
  244. Width = 82
  245. Height = 13
  246. Caption = 'Posterize Gamma'
  247. end
  248. object lblPosterizeGamma: TLabel
  249. Left = 201
  250. Top = 410
  251. Width = 15
  252. Height = 13
  253. Caption = '0.0'
  254. Font.Charset = DEFAULT_CHARSET
  255. Font.Color = clWindowText
  256. Font.Height = -11
  257. Font.Name = 'MS Sans Serif'
  258. Font.Style = []
  259. ParentFont = False
  260. end
  261. object Label12: TLabel
  262. Left = 19
  263. Top = 444
  264. Width = 83
  265. Height = 13
  266. Caption = 'Posterize NColors'
  267. end
  268. object lblPosterizeColors: TLabel
  269. Left = 201
  270. Top = 444
  271. Width = 15
  272. Height = 13
  273. Caption = '0.0'
  274. Font.Charset = DEFAULT_CHARSET
  275. Font.Color = clWindowText
  276. Font.Height = -11
  277. Font.Name = 'MS Sans Serif'
  278. Font.Style = []
  279. ParentFont = False
  280. end
  281. object Label11: TLabel
  282. Left = 19
  283. Top = 478
  284. Width = 55
  285. Height = 13
  286. Caption = 'Frost Rand '
  287. end
  288. object lblFrostRand: TLabel
  289. Left = 201
  290. Top = 478
  291. Width = 15
  292. Height = 13
  293. Caption = '0.0'
  294. Font.Charset = DEFAULT_CHARSET
  295. Font.Color = clWindowText
  296. Font.Height = -11
  297. Font.Name = 'MS Sans Serif'
  298. Font.Style = []
  299. ParentFont = False
  300. end
  301. object Label14: TLabel
  302. Left = 6
  303. Top = 557
  304. Width = 56
  305. Height = 13
  306. Caption = 'Frost Factor'
  307. end
  308. object lblFrostFactor: TLabel
  309. Left = 188
  310. Top = 557
  311. Width = 15
  312. Height = 13
  313. Caption = '0.0'
  314. Font.Charset = DEFAULT_CHARSET
  315. Font.Color = clWindowText
  316. Font.Height = -11
  317. Font.Name = 'MS Sans Serif'
  318. Font.Style = []
  319. ParentFont = False
  320. end
  321. object Label13: TLabel
  322. Left = 6
  323. Top = 601
  324. Width = 67
  325. Height = 13
  326. Caption = 'Trouble Width'
  327. end
  328. object lblTroubleWidth: TLabel
  329. Left = 188
  330. Top = 601
  331. Width = 15
  332. Height = 13
  333. Caption = '0.0'
  334. Font.Charset = DEFAULT_CHARSET
  335. Font.Color = clWindowText
  336. Font.Height = -11
  337. Font.Name = 'MS Sans Serif'
  338. Font.Style = []
  339. ParentFont = False
  340. end
  341. object Label16: TLabel
  342. Left = 6
  343. Top = 640
  344. Width = 70
  345. Height = 13
  346. Caption = 'Trouble Height'
  347. end
  348. object lblTroubleHeight: TLabel
  349. Left = 188
  350. Top = 640
  351. Width = 15
  352. Height = 13
  353. Caption = '0.0'
  354. Font.Charset = DEFAULT_CHARSET
  355. Font.Color = clWindowText
  356. Font.Height = -11
  357. Font.Name = 'MS Sans Serif'
  358. Font.Style = []
  359. ParentFont = False
  360. end
  361. object Label18: TLabel
  362. Left = 6
  363. Top = 679
  364. Width = 60
  365. Height = 13
  366. Caption = 'Trouble Freq'
  367. end
  368. object lblTroubleFreq: TLabel
  369. Left = 188
  370. Top = 679
  371. Width = 15
  372. Height = 13
  373. Caption = '0.0'
  374. Font.Charset = DEFAULT_CHARSET
  375. Font.Color = clWindowText
  376. Font.Height = -11
  377. Font.Name = 'MS Sans Serif'
  378. Font.Style = []
  379. ParentFont = False
  380. end
  381. object ShaderCheckListBox: TCheckListBox
  382. Left = 8
  383. Top = 24
  384. Width = 207
  385. Height = 98
  386. ItemHeight = 17
  387. TabOrder = 0
  388. OnClick = ShaderCheckListBoxClick
  389. OnClickCheck = ShaderCheckListBoxClick
  390. end
  391. object tbBlurValue: TTrackBar
  392. Left = 104
  393. Top = 135
  394. Width = 97
  395. Height = 27
  396. Max = 100
  397. Min = 1
  398. PageSize = 1
  399. Position = 1
  400. TabOrder = 1
  401. TickStyle = tsNone
  402. OnChange = tbBlurValueChange
  403. end
  404. object tbThermalThreshold: TTrackBar
  405. Left = 104
  406. Top = 170
  407. Width = 97
  408. Height = 26
  409. Max = 100
  410. Min = 1
  411. PageSize = 1
  412. Position = 1
  413. TabOrder = 2
  414. TickStyle = tsNone
  415. OnChange = tbThermalThresholdChange
  416. end
  417. object tbThermalIntensity: TTrackBar
  418. Left = 104
  419. Top = 203
  420. Width = 97
  421. Height = 27
  422. Max = 100
  423. Min = 1
  424. PageSize = 1
  425. Position = 1
  426. TabOrder = 3
  427. TickStyle = tsNone
  428. OnChange = tbThermalIntensityChange
  429. end
  430. object tblNightThreshold: TTrackBar
  431. Left = 104
  432. Top = 272
  433. Width = 97
  434. Height = 27
  435. Max = 100
  436. Min = 1
  437. PageSize = 1
  438. Position = 1
  439. TabOrder = 4
  440. TickStyle = tsNone
  441. OnChange = tblNightThresholdChange
  442. end
  443. object tbNightAmplification: TTrackBar
  444. Left = 104
  445. Top = 306
  446. Width = 97
  447. Height = 28
  448. Max = 1000
  449. Min = 1
  450. PageSize = 1
  451. Position = 1
  452. TabOrder = 5
  453. TickStyle = tsNone
  454. OnChange = tbNightAmplificationChange
  455. end
  456. object tbDreamThreshold: TTrackBar
  457. Left = 104
  458. Top = 238
  459. Width = 97
  460. Height = 26
  461. Max = 200
  462. Min = 1
  463. PageSize = 1
  464. Position = 1
  465. TabOrder = 6
  466. TickStyle = tsNone
  467. OnChange = tbDreamThresholdChange
  468. end
  469. object tbPixelateWidth: TTrackBar
  470. Left = 104
  471. Top = 340
  472. Width = 97
  473. Height = 27
  474. Max = 64
  475. Min = 1
  476. PageSize = 1
  477. Position = 1
  478. TabOrder = 7
  479. TickStyle = tsNone
  480. OnChange = tbPixelateWidthChange
  481. end
  482. object tbPixelateHeight: TTrackBar
  483. Left = 104
  484. Top = 374
  485. Width = 97
  486. Height = 28
  487. Max = 64
  488. Min = 1
  489. PageSize = 1
  490. Position = 1
  491. TabOrder = 8
  492. TickStyle = tsNone
  493. OnChange = tbPixelateHeightChange
  494. end
  495. object tbPosterizeGamma: TTrackBar
  496. Left = 104
  497. Top = 410
  498. Width = 97
  499. Height = 26
  500. Max = 300
  501. Min = 1
  502. PageSize = 1
  503. Position = 1
  504. TabOrder = 9
  505. TickStyle = tsNone
  506. OnChange = tbPosterizeGammaChange
  507. end
  508. object tbPosterizeColors: TTrackBar
  509. Left = 104
  510. Top = 443
  511. Width = 97
  512. Height = 27
  513. Max = 255
  514. Min = 1
  515. PageSize = 1
  516. Position = 1
  517. TabOrder = 10
  518. TickStyle = tsNone
  519. OnChange = tbPosterizeColorsChange
  520. end
  521. object tbFrostRand: TTrackBar
  522. Left = 104
  523. Top = 478
  524. Width = 97
  525. Height = 26
  526. Max = 500
  527. Min = 10
  528. PageSize = 1
  529. Position = 10
  530. TabOrder = 11
  531. TickStyle = tsNone
  532. OnChange = tbFrostRandChange
  533. end
  534. object tbFrostFactor: TTrackBar
  535. Left = 91
  536. Top = 557
  537. Width = 97
  538. Height = 27
  539. Max = 250
  540. Min = 1
  541. PageSize = 1
  542. Position = 1
  543. TabOrder = 12
  544. TickStyle = tsNone
  545. OnChange = tbFrostFactorChange
  546. end
  547. object tbTroubleWidth: TTrackBar
  548. Left = 91
  549. Top = 601
  550. Width = 91
  551. Height = 27
  552. Max = 64
  553. Min = 1
  554. PageSize = 1
  555. Position = 1
  556. TabOrder = 13
  557. TickStyle = tsNone
  558. OnChange = tbTroubleWidthChange
  559. end
  560. object tbTroubleHeight: TTrackBar
  561. Left = 91
  562. Top = 634
  563. Width = 91
  564. Height = 27
  565. Max = 64
  566. Min = 1
  567. PageSize = 1
  568. Position = 1
  569. TabOrder = 14
  570. TickStyle = tsNone
  571. OnChange = tbTroubleHeightChange
  572. end
  573. object tbTroubleFreq: TTrackBar
  574. Left = 83
  575. Top = 679
  576. Width = 99
  577. Height = 27
  578. Max = 300
  579. Min = 1
  580. PageSize = 1
  581. Position = 1
  582. TabOrder = 15
  583. TickStyle = tsNone
  584. OnChange = tbTroubleFreqChange
  585. end
  586. end
  587. object Scene: TGLScene
  588. ObjectsSorting = osNone
  589. Left = 24
  590. Top = 16
  591. object GUICube: TGLDummyCube
  592. CubeSize = 1.000000000000000000
  593. object GLArrowLine1: TGLArrowLine
  594. Position.Coordinates = {00000000000000000000C8420000803F}
  595. Scale.Coordinates = {0000A0410000A0410000A04100000000}
  596. BottomRadius = 0.100000001490116100
  597. Height = 1.000000000000000000
  598. TopRadius = 0.100000001490116100
  599. TopArrowHeadHeight = 0.500000000000000000
  600. TopArrowHeadRadius = 0.200000002980232200
  601. BottomArrowHeadHeight = 0.500000000000000000
  602. BottomArrowHeadRadius = 0.200000002980232200
  603. end
  604. object GLXYZGrid1: TGLXYZGrid
  605. Direction.Coordinates = {00000000000080BF0000000000000000}
  606. Position.Coordinates = {00000000000000000000A0C10000803F}
  607. Up.Coordinates = {00000000000000000000803F00000000}
  608. XSamplingScale.Min = -200.000000000000000000
  609. XSamplingScale.Max = 200.000000000000000000
  610. XSamplingScale.Step = 20.000000000000000000
  611. YSamplingScale.Min = -200.000000000000000000
  612. YSamplingScale.Max = 200.000000000000000000
  613. YSamplingScale.Step = 20.000000000000000000
  614. ZSamplingScale.Min = -200.000000000000000000
  615. ZSamplingScale.Max = 200.000000000000000000
  616. ZSamplingScale.Step = 20.000000000000000000
  617. Parts = [gpX, gpZ]
  618. end
  619. end
  620. object LightCube: TGLDummyCube
  621. Direction.Coordinates = {0000000000000000000080BF00000000}
  622. Position.Coordinates = {000096C300000000000096430000803F}
  623. OnProgress = LightCubeProgress
  624. CubeSize = 1.000000000000000000
  625. object Light: TGLLightSource
  626. ConstAttenuation = 1.000000000000000000
  627. LightStyle = lsOmni
  628. SpotCutOff = 180.000000000000000000
  629. end
  630. object GLSphere1: TGLSphere
  631. Material.FrontProperties.Diffuse.Color = {E6E5653F8180003DCDCC4C3F0000803F}
  632. Material.FrontProperties.Emission.Color = {F4F3733FEEED6D3F000000000000803F}
  633. Radius = 10.000000000000000000
  634. end
  635. end
  636. object WorldCube: TGLDummyCube
  637. CubeSize = 1.000000000000000000
  638. object actFighter: TGLActor
  639. Material.MaterialLibrary = MaterialLibrary
  640. Material.LibMaterialName = 'Fighter'
  641. Position.Coordinates = {00001643000000000000A0410000803F}
  642. Up.Coordinates = {00000000000080BF0000008000000000}
  643. Interval = 100
  644. AutoCentering = [macCenterX, macCenterY, macCenterZ]
  645. end
  646. object actTeapot: TGLActor
  647. Material.MaterialLibrary = MaterialLibrary
  648. Material.LibMaterialName = 'Fighter'
  649. Position.Coordinates = {000016C300000000000000000000803F}
  650. Interval = 100
  651. AutoCentering = [macCenterX, macCenterY, macCenterZ]
  652. end
  653. object actSphere_big: TGLActor
  654. Material.MaterialLibrary = MaterialLibrary
  655. Material.LibMaterialName = 'Earth'
  656. Position.Coordinates = {00000000000016C3000000000000803F}
  657. Interval = 100
  658. AutoCentering = [macCenterX, macCenterY, macCenterZ]
  659. end
  660. object actSphere_lit: TGLActor
  661. Material.MaterialLibrary = MaterialLibrary
  662. Material.LibMaterialName = 'Earth'
  663. Position.Coordinates = {0000000000001643000000000000803F}
  664. Interval = 100
  665. AutoCentering = [macCenterX, macCenterY, macCenterZ]
  666. end
  667. end
  668. object PostShaderHolder: TGLPostShaderHolder
  669. TempTextureTarget = ttTextureRect
  670. Shaders = <>
  671. end
  672. object Camera: TGLCamera
  673. DepthOfView = 500.000000000000000000
  674. FocalLength = 65.000000000000000000
  675. TargetObject = GLXYZGrid1
  676. CameraStyle = csInfinitePerspective
  677. Position.Coordinates = {000048C20000164300007A430000803F}
  678. Direction.Coordinates = {00000000000080BF0000000000000000}
  679. Up.Coordinates = {00000000000000000000803F00000000}
  680. end
  681. end
  682. object Cadencer: TGLCadencer
  683. Scene = Scene
  684. MaxDeltaTime = 0.020000000000000000
  685. OnProgress = CadencerProgress
  686. Left = 96
  687. Top = 16
  688. end
  689. object MaterialLibrary: TGLMaterialLibrary
  690. Materials = <
  691. item
  692. Name = 'Noise'
  693. Tag = 0
  694. Material.Texture.Disabled = False
  695. end
  696. item
  697. Name = 'Fighter'
  698. Tag = 0
  699. Material.FrontProperties.Ambient.Color = {BFBEBE3EBBBABA3EBBBABA3E0000803F}
  700. Material.FrontProperties.Emission.Color = {B1B0B03DB1B0B03DB1B0B03D0000803F}
  701. Material.FrontProperties.Specular.Color = {8988083E8180003E8988083E0000803F}
  702. Material.BlendingMode = bmTransparency
  703. Material.Texture.TextureMode = tmModulate
  704. Material.Texture.Disabled = False
  705. end
  706. item
  707. Name = 'Earth'
  708. Tag = 0
  709. Material.FrontProperties.Ambient.Color = {E7E6E63EEBEAEA3EEBEAEA3E0000803F}
  710. Material.FrontProperties.Emission.Color = {F1F0F03DF1F0F03DF1F0F03D0000803F}
  711. Material.FrontProperties.Specular.Color = {8180003E8180003EE1E0E03D0000803F}
  712. Material.BlendingMode = bmTransparency
  713. Material.Texture.TextureMode = tmModulate
  714. Material.Texture.Disabled = False
  715. end
  716. item
  717. Name = 'Snow'
  718. Tag = 0
  719. Material.Texture.Disabled = False
  720. end
  721. item
  722. Name = 'FireGrade'
  723. Tag = 0
  724. Material.Texture.Disabled = False
  725. end
  726. item
  727. Name = 'Mask'
  728. Tag = 0
  729. Material.Texture.Disabled = False
  730. Material.Texture.DepthTextureMode = dtmIntensity
  731. end>
  732. Left = 40
  733. Top = 80
  734. end
  735. object GLSimpleNavigation1: TGLSimpleNavigation
  736. Form = Owner
  737. GLSceneViewer = Viewer
  738. FormCaption = 'GLSL Post Shader - %FPS'
  739. KeyCombinations = <
  740. item
  741. ShiftState = [ssLeft, ssRight]
  742. Action = snaZoom
  743. end
  744. item
  745. ShiftState = [ssLeft]
  746. Action = snaMoveAroundTarget
  747. end
  748. item
  749. ShiftState = [ssRight]
  750. Action = snaMoveAroundTarget
  751. end>
  752. Left = 192
  753. Top = 16
  754. end
  755. end