| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- object FormPoints: TFormPoints
- Left = 239
- Top = 88
- Margins.Left = 2
- Margins.Top = 2
- Margins.Right = 2
- Margins.Bottom = 2
- Caption = 'Points'
- ClientHeight = 405
- ClientWidth = 529
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object GLSceneViewer1: TGLSceneViewer
- Left = 0
- Top = 25
- Width = 529
- Height = 380
- Camera = GLCamera1
- Buffer.BackgroundColor = clBlack
- FieldOfView = 150.512878417968800000
- PenAsTouch = False
- Align = alClient
- OnMouseDown = GLSceneViewer1MouseDown
- OnMouseMove = GLSceneViewer1MouseMove
- TabOrder = 0
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 529
- Height = 25
- Align = alTop
- TabOrder = 1
- ExplicitWidth = 521
- object LabelFPS: TLabel
- Left = 288
- Top = 6
- Width = 20
- Height = 13
- Caption = 'FPS'
- end
- object CBPointParams: TCheckBox
- Left = 8
- Top = 4
- Width = 97
- Height = 17
- Caption = 'PointParameters'
- Checked = True
- State = cbChecked
- TabOrder = 0
- OnClick = CBPointParamsClick
- end
- object CBAnimate: TCheckBox
- Left = 176
- Top = 4
- Width = 97
- Height = 17
- Caption = 'Animate'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = CBAnimateClick
- end
- end
- object GLScene1: TGLScene
- Left = 8
- Top = 40
- object DummyCube1: TGLDummyCube
- CubeSize = 1.000000000000000000
- object GLPoints1: TGLPoints
- NoZWrite = True
- Static = False
- Size = 10.000000000000000000
- Style = psSmoothAdditive
- PointParameters.Enabled = True
- PointParameters.DistanceAttenuation.Coordinates = {0000C0BF3333333F0000000000000000}
- end
- object GLPoints2: TGLPoints
- NoZWrite = True
- Static = False
- Size = 20.000000000000000000
- Style = psSmoothAdditive
- PointParameters.Enabled = True
- PointParameters.DistanceAttenuation.Coordinates = {0000C0BF3333333F0000000000000000}
- end
- end
- object GLCamera1: TGLCamera
- DepthOfView = 100.000000000000000000
- FocalLength = 50.000000000000000000
- TargetObject = DummyCube1
- Position.Coordinates = {0000A04000008040000040400000803F}
- Left = 256
- Top = 160
- end
- end
- object GLCadencer1: TGLCadencer
- Scene = GLScene1
- OnProgress = GLCadencer1Progress
- Left = 48
- Top = 40
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 24
- Top = 80
- end
- end
|