Ignore:
Timestamp:
Apr 2, 2009, 3:23:18 PM (16 years ago)
Author:
garnier
Message:

after maj on CVS good-HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenInventor/src/SoMarkerSet.cc

    r931 r959  
    732732    delete bitmap;
    733733  }
     734#ifdef G4DEBUG_VIS_OI
    734735  printf("DM %d %d %f %f",w,h,xorig,yorig);
     736#endif
    735737
    736738  if(aAction->isOfType(SoGL2PSAction::getClassTypeId())) {
     739#ifdef G4DEBUG_VIS_OI
    737740    printf(" GL2PS ");
     741#endif
    738742    ((SoGL2PSAction*)aAction)->addBitmap(w-2,h-2,xorig,yorig,xmove,ymove);
    739743  }
Note: See TracChangeset for help on using the changeset viewer.