1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Sphere Collision'
- ClientHeight = 333
- ClientWidth = 452
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object GLSceneViewer1: TGLSceneViewer
- Left = 0
- Top = 0
- Width = 452
- Height = 288
- Camera = GLCamera1
- FieldOfView = 141.703720092773400000
- Align = alClient
- TabOrder = 0
- end
- object TrackBar1: TTrackBar
- Left = 0
- Top = 288
- Width = 452
- Height = 45
- Align = alBottom
- Max = 20
- Min = -20
- Frequency = 5
- Position = 20
- TabOrder = 1
- TickMarks = tmBoth
- OnChange = TrackBar1Change
- end
- object Button1: TButton
- Left = 336
- Top = 16
- Width = 91
- Height = 25
- Caption = 'Test collisions'
- TabOrder = 2
- OnClick = Button1Click
- end
- object GLScene1: TGLScene
- Left = 16
- Top = 16
- object GLLightSource1: TGLLightSource
- ConstAttenuation = 1.000000000000000000
- Position.Coordinates = {0000A0410000A0410000A0410000803F}
- SpotCutOff = 180.000000000000000000
- end
- object DummyCube1: TGLDummyCube
- CubeSize = 1.000000000000000000
- end
- object Sphere1: TGLSphere
- Material.FrontProperties.Diffuse.Color = {8A8F0F3FBEBC3C3F8A8F0F3F0000803F}
- Position.Coordinates = {0000000000000000000000400000803F}
- Radius = 0.500000000000000000
- BehavioursData = {
- 0458434F4C02010201060D54474C42436F6C6C6973696F6E0202020012000000
- 0002000611436F6C6C6973696F6E4D616E616765723102010200}
- end
- object Sphere2: TGLSphere
- Material.FrontProperties.Diffuse.Color = {00000000F8FEFE3E0000803F0000803F}
- Radius = 0.500000000000000000
- BehavioursData = {
- 0458434F4C02010201060D54474C42436F6C6C6973696F6E0202020012000000
- 0002000611436F6C6C6973696F6E4D616E616765723102010200}
- end
- object GLCamera1: TGLCamera
- DepthOfView = 100.000000000000000000
- FocalLength = 50.000000000000000000
- TargetObject = DummyCube1
- Position.Coordinates = {0000A04000004040000000400000803F}
- Left = 256
- Top = 160
- end
- end
- object CollisionManager1: TGLCollisionManager
- OnCollision = CollisionManager1Collision
- Left = 16
- Top = 72
- end
- end
|