123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- object Form1: TForm1
- Left = 0
- Top = 0
- BorderStyle = bsNone
- Caption = 'Screen Saver'
- ClientHeight = 477
- ClientWidth = 598
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- WindowState = wsMaximized
- OnCreate = FormCreate
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object GLSceneViewer1: TGLSceneViewer
- Left = 0
- Top = 0
- Width = 598
- Height = 477
- Camera = GLCamera1
- Buffer.BackgroundColor = clBlack
- FieldOfView = 156.319564819335900000
- Align = alClient
- TabOrder = 0
- end
- object GLScene1: TGLScene
- Left = 24
- Top = 8
- object DummyCube1: TGLDummyCube
- CubeSize = 1.000000000000000000
- BehavioursData = {
- 0458434F4C02010201060B54474C42496E657274696102001200000000020002
- 00050000000000000080FF3F02000805000000000000008404C0050000000000
- 00009002400500000000000000C0004008020008020008}
- object DummyCube2: TGLDummyCube
- Position.Coordinates = {0000000000000000000040400000803F}
- CubeSize = 1.000000000000000000
- BehavioursData = {
- 0458434F4C02010201060B54474C42496E657274696102001200000000020002
- 00050000000000000080FF3F0200080500000000000000C00040050000000000
- 0000000000050000000000000098034008020008020008}
- object DummyCube3: TGLDummyCube
- Position.Coordinates = {000000000000803F000000000000803F}
- CubeSize = 1.000000000000000000
- BehavioursData = {
- 0458434F4C02010201060B54474C42496E657274696102001200000000020002
- 00050000000000000080FF3F020008050000000000000080FF3F050000000000
- 0000C00040050000000000000080034008020008020008}
- object Torus1: TGLTorus
- MajorRadius = 1.000000000000000000
- MinorRadius = 0.300000011920929000
- Rings = 32
- Sides = 32
- StopAngle = 360.000000000000000000
- Parts = [toSides, toStartDisk, toStopDisk]
- BehavioursData = {
- 0458434F4C02010201060B54474C42496E657274696102001200000000020002
- 00050000000000000080FF3F0200080500000000000000000000050000000000
- 0000D80340050000000000000000000008020008020008}
- end
- end
- end
- end
- object DummyCube4: TGLDummyCube
- CubeSize = 1.000000000000000000
- BehavioursData = {
- 0458434F4C02010201060B54474C42496E657274696102001200000000020002
- 00050000000000000080FF3F0200080500000000000000A00140050000000000
- 00000000000500000000000000C0004008020008020008}
- object GLLightSource1: TGLLightSource
- ConstAttenuation = 1.000000000000000000
- Diffuse.Color = {0000803F00000000000000000000803F}
- Position.Coordinates = {0000704100000000000000000000803F}
- SpotCutOff = 180.000000000000000000
- end
- object GLLightSource2: TGLLightSource
- ConstAttenuation = 1.000000000000000000
- Diffuse.Color = {9594943E9594943E0000803F0000803F}
- Position.Coordinates = {0000E0C0000000000000E0400000803F}
- SpotCutOff = 180.000000000000000000
- end
- object GLLightSource3: TGLLightSource
- ConstAttenuation = 1.000000000000000000
- Diffuse.Color = {0000803F0000803F000000000000803F}
- Position.Coordinates = {0000E0C0000000000000E0C00000803F}
- SpotCutOff = 180.000000000000000000
- end
- end
- object GLCamera1: TGLCamera
- DepthOfView = 100.000000000000000000
- FocalLength = 50.000000000000000000
- TargetObject = DummyCube1
- Position.Coordinates = {0000204100000000000000000000803F}
- end
- end
- object GLCadencer1: TGLCadencer
- Scene = GLScene1
- SleepLength = 1
- Left = 128
- Top = 8
- end
- object GLScreenSaver1: TGLScreenSaver
- OnPropertiesRequested = GLScreenSaver1PropertiesRequested
- Left = 232
- Top = 8
- end
- end
|