| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- object FormMegaglasscube: TFormMegaglasscube
- Left = 198
- Top = 107
- Caption = 'Megaglasscube'
- ClientHeight = 350
- ClientWidth = 498
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- TextHeight = 13
- object GLSceneViewer1: TGLSceneViewer
- Left = 0
- Top = 0
- Width = 498
- Height = 350
- Camera = GLCamera1
- Buffer.BackgroundColor = clBlack
- FieldOfView = 148.109207153320300000
- PenAsTouch = False
- Align = alClient
- TabOrder = 0
- ExplicitWidth = 506
- end
- object GLScene1: TGLScene
- ObjectsSorting = osNone
- Left = 8
- Top = 8
- object DummyCube1: TGLDummyCube
- ObjectsSorting = osRenderBlendedLast
- CubeSize = 10.000000000000000000
- end
- object GLLightSource1: TGLLightSource
- ConstAttenuation = 1.000000000000000000
- Position.Coordinates = {0000C842000048420000C8420000803F}
- LightStyle = lsOmni
- SpotCutOff = 180.000000000000000000
- end
- object GLCamera1: TGLCamera
- DepthOfView = 500.000000000000000000
- FocalLength = 50.000000000000000000
- TargetObject = DummyCube1
- Position.Coordinates = {000048420000C8410000C8420000803F}
- end
- end
- object GLCadencer1: TGLCadencer
- Scene = GLScene1
- OnProgress = GLCadencer1Progress
- Left = 88
- Top = 8
- end
- object GLSimpleNavigation1: TGLSimpleNavigation
- Form = Owner
- GLSceneViewer = GLSceneViewer1
- FormCaption = 'Megaglasscube - %FPS'
- KeyCombinations = <
- item
- ShiftState = [ssLeft, ssRight]
- Action = snaZoom
- end
- item
- ShiftState = [ssLeft]
- Action = snaMoveAroundTarget
- end
- item
- ShiftState = [ssRight]
- Action = snaMoveAroundTarget
- end>
- Left = 184
- Top = 8
- end
- end
|