Ignore:
Timestamp:
Dec 8, 2010, 2:03:02 PM (14 years ago)
Author:
gah
Message:

Clean up debugging/printing traces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/NvCamera.cpp

    r1431 r1984  
    1616
    1717#include <stdio.h>
     18#include "Trace.h"
    1819#include <GL/glu.h>
    1920#include "NvCamera.h"
     
    3839NvCamera::initialize()
    3940{
    40     //fprintf(stderr, "camera: %d, %d\n", width, height);
     41    TRACE("camera: %d, %d\n", width_, height_);
    4142    glViewport(startX_, startY_, width_, height_);
    4243    glMatrixMode(GL_PROJECTION);
Note: See TracChangeset for help on using the changeset viewer.