Ignore:
Timestamp:
06/05/06 23:14:04 (18 years ago)
Author:
mattausch
Message:

added mesh instance support
improved support for occlusion queries + other extensions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/Matrix4x4.h

    r860 r1001  
    3434 
    3535  // Fundamental operations 
    36   int Invert();               // Invert the matrix .. returns 0 = regular 
    37   void Transpose();                             // Transpose the matrix 
     36  /// Invert the matrix .. returns 0 = regular 
     37  int Invert();          
     38  /// Transpose the matrix 
     39  void Transpose();      
    3840 
    3941  void 
Note: See TracChangeset for help on using the changeset viewer.