12345678910111213141516171819202122232425262728293031323334353637 |
- object Form2: TForm2
- Left = 287
- Top = 170
- Caption = 'Form2'
- ClientHeight = 441
- ClientWidth = 912
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object GLMaterialLibrary1: TGLMaterialLibrary
- Materials = <
- item
- Name = 'LibMaterial'
- Tag = 0
- end>
- TexturePaths = 'Texturen'
- Left = 224
- Top = 264
- end
- object ObjectShader: TGLSLDiffuseSpecularShader
- LightPower = 0.500000000000000000
- Left = 64
- Top = 336
- end
- object PlaneShader: TGLSLDiffuseSpecularShader
- Enabled = False
- LightPower = 0.500000000000000000
- Left = 88
- Top = 280
- end
- end
|