Changeset 847

Show
Ignore:
Timestamp:
07/24/07 12:03:41 (1 year ago)
Author:
dshipton
Message:

Change some fprints to SLOG so they will listen to OSG_LOG_LEVEL

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/fcptr_stable_jun07/Source/System/Window/FrameBufferObjects/OSGFrameBufferObject.cpp

    r846 r847  
    383383        glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS_EXT, &iMaxColorAttachments); 
    384384 
    385         fprintf(stderr, "Max attach %d\n", iMaxColorAttachments)
     385        SLOG << "Max attach " << iMaxColorAttachments << "\n"
    386386 
    387387        UInt32 index = GL_COLOR_ATTACHMENT0_EXT; 
     
    415415                                             GL_RENDERBUFFER_EXT, 
    416416                                             0); 
    417             fprintf(stderr, "%x\n", index); 
     417            //fprintf(stderr, "%x\n", index); 
    418418 
    419419            glErr("FrameBufferObject::coloroff"); 
     
    453453    } 
    454454 
    455     fprintf(stderr, "FBO handleGL %p, %p, %d\n",  
    456             this, 
    457             win, 
    458             osgid); 
     455    SLOG << "FBO handleGL " << this << " " << win << " " << osgid << "\n"; 
    459456} 
    460457 
  • branches/fcptr_stable_jun07/Source/System/Window/FrameBufferObjects/OSGTextureBuffer.cpp

    r564 r847  
    9595    Window *pWindow = pEnv->getWindow(); 
    9696 
    97     fprintf(stderr, "TextureBuffer Activate %p\n", this)
     97    SLOG << "TextureBuffer Activate " << this << "\n"
    9898 
    9999    if(_sfTexture.getValue() != NullFC)