UMaterials.dfm 822 B

12345678910111213141516171819202122232425262728293031323334353637
  1. object Form2: TForm2
  2. Left = 287
  3. Top = 170
  4. Caption = 'Form2'
  5. ClientHeight = 441
  6. ClientWidth = 912
  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. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object GLMaterialLibrary1: TGLMaterialLibrary
  17. Materials = <
  18. item
  19. Name = 'LibMaterial'
  20. Tag = 0
  21. end>
  22. TexturePaths = 'Texturen'
  23. Left = 224
  24. Top = 264
  25. end
  26. object ObjectShader: TGLSLDiffuseSpecularShader
  27. LightPower = 0.500000000000000000
  28. Left = 64
  29. Top = 336
  30. end
  31. object PlaneShader: TGLSLDiffuseSpecularShader
  32. Enabled = False
  33. LightPower = 0.500000000000000000
  34. Left = 88
  35. Top = 280
  36. end
  37. end