123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- object Form1: TForm1
- Left = 0
- Top = 0
- Caption = 'Bitmap Font'
- ClientHeight = 385
- ClientWidth = 508
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GLSceneViewer1: TGLSceneViewer
- Left = 0
- Top = 0
- Width = 508
- Height = 385
- Camera = GLCamera1
- Buffer.BackgroundColor = clBackground
- FieldOfView = 150.879455566406300000
- PenAsTouch = False
- Align = alClient
- OnClick = GLSceneViewer1Click
- TabOrder = 0
- end
- object GLScene1: TGLScene
- ObjectsSorting = osNone
- Left = 16
- Top = 16
- object GLCamera1: TGLCamera
- DepthOfView = 100.000000000000000000
- FocalLength = 50.000000000000000000
- TargetObject = Teapot1
- Position.Coordinates = {0000A04000004040000080400000803F}
- Left = 240
- Top = 152
- end
- object GLLightSource1: TGLLightSource
- ConstAttenuation = 1.000000000000000000
- Position.Coordinates = {0000204100002041000020410000803F}
- SpotCutOff = 180.000000000000000000
- end
- object Teapot1: TGLTeapot
- Material.FrontProperties.Diffuse.Color = {ADAC2C3FAAA9293FF0EF6F3F0000803F}
- Direction.Coordinates = {EE83843E00000000EA46773F00000000}
- Scale.Coordinates = {0000A0400000A0400000A04000000000}
- end
- object HUDText1: TGLHUDText
- Position.Coordinates = {0000484200008C42000000000000803F}
- BitmapFont = BitmapFont1
- Text = 'Hello World'
- Rotation = 0.000000000000000000
- end
- object HUDText2: TGLHUDText
- Position.Coordinates = {0000C84200009643000000000000803F}
- BitmapFont = BitmapFont1
- Text = 'Spin'
- Rotation = 0.000000000000000000
- Alignment = taCenter
- Layout = tlCenter
- end
- object HUDText3: TGLHUDText
- Position.Coordinates = {0000AF4300009643000000000000803F}
- BitmapFont = BitmapFont1
- Text = 'Scale'
- Rotation = 0.000000000000000000
- Alignment = taCenter
- Layout = tlCenter
- end
- object HUDTextFPS: TGLHUDText
- Position.Coordinates = {0000C8420000A041000000000000803F}
- BitmapFont = BitmapFont1
- Text = 'FPS'
- Rotation = 0.000000000000000000
- end
- end
- object BitmapFont1: TGLBitmapFont
- GlyphsIntervalX = 1
- GlyphsIntervalY = 1
- Ranges = <
- item
- StartASCII = ' '
- StopASCII = 'Z'
- StartGlyphIdx = 0
- end
- item
- StartASCII = 'a'
- StopASCII = 'z'
- StartGlyphIdx = 33
- end>
- CharWidth = 30
- CharHeight = 30
- HSpace = 3
- VSpace = 6
- Left = 80
- Top = 16
- end
- object GLCadencer1: TGLCadencer
- Scene = GLScene1
- OnProgress = GLCadencer1Progress
- Left = 16
- Top = 48
- end
- object Timer1: TTimer
- OnTimer = Timer1Timer
- Left = 16
- Top = 80
- end
- end
|