Ignore:
Timestamp:
Apr 9, 2015, 9:58:36 PM (9 years ago)
Author:
chronos
Message:
  • Fixed: Use csOpaque control style also to Image, PaintBox and OpenGLControl.
  • Modified: Change size of test frame with SpinEdits as delayed using timer.
  • Updated: BRGABitmap package to version 8.1.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/Packages/bgrabitmap/phonglight.inc

    r452 r472  
     1{$i bgrasse.inc}
    12var
    2   dist2,LdotN,NdotH,lightEnergy,diffuse : single;
     3  {%H-}dist2,LdotN,NdotH,lightEnergy,diffuse : single;
    34const
    45  minus_05 = -0.5;
    56begin
    6   {$IFDEF CPUI386}If UseSSE then
     7  {$IFDEF BGRASSE_AVAILABLE}If UseSSE then
    78  begin
    89    with Context^ do
Note: See TracChangeset for help on using the changeset viewer.