Ignore:
Timestamp:
Mar 20, 2011, 12:23:08 PM (13 years ago)
Author:
george
Message:
  • Added: OpenGL method to display bitmap as texture on top of 2D rectangle.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.lfm

    r206 r211  
    1616    Top = 16
    1717    Width = 365
    18     ActivePage = TabSheet1
     18    ActivePage = TabSheet3
    1919    Anchors = [akTop, akLeft, akRight, akBottom]
    20     TabIndex = 0
     20    TabIndex = 2
    2121    TabOrder = 0
    2222    object TabSheet1: TTabSheet
    2323      Caption = 'TImage'
    24       ClientHeight = 292
    25       ClientWidth = 357
     24      ClientHeight = 291
     25      ClientWidth = 361
    2626      object Image1: TImage
    2727        Left = 6
    28         Height = 279
     28        Height = 278
    2929        Top = 7
    30         Width = 347
     30        Width = 351
    3131        Anchors = [akTop, akLeft, akRight, akBottom]
    3232      end
     
    3434    object TabSheet2: TTabSheet
    3535      Caption = 'TPaintBox'
    36       ClientHeight = 406
    37       ClientWidth = 408
     36      ClientHeight = 291
     37      ClientWidth = 361
    3838      object PaintBox1: TPaintBox
    3939        Left = 6
    40         Height = 394
     40        Height = 279
    4141        Top = 7
    42         Width = 397
     42        Width = 350
    4343        Anchors = [akTop, akLeft, akRight, akBottom]
    4444      end
     45    end
     46    object TabSheet3: TTabSheet
     47      Caption = 'OpenGL'
    4548    end
    4649  end
     
    5861    Height = 14
    5962    Top = 95
    60     Width = 23
     63    Width = 24
    6164    Caption = 'FPS:'
    6265    ParentColor = False
     
    8487    Height = 14
    8588    Top = 112
    86     Width = 74
     89    Width = 83
    8790    Caption = 'Frame duration'
    8891    ParentColor = False
     
    113116      item
    114117        Caption = 'FPS'
    115         Width = 60
     118        Width = 75
    116119      end>
    117120    TabOrder = 3
     
    129132  object ComboBox1: TComboBox
    130133    Left = 7
    131     Height = 21
     134    Height = 25
    132135    Top = 64
    133136    Width = 297
    134     ItemHeight = 13
     137    ItemHeight = 0
    135138    Style = csDropDownList
    136139    TabOrder = 5
     
    140143    Height = 14
    141144    Top = 47
    142     Width = 41
     145    Width = 46
    143146    Caption = 'Method:'
    144147    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.