Ignore:
Timestamp:
Mar 7, 2012, 12:21:30 PM (13 years ago)
Author:
ldelgass
Message:

Const correctness fixes, pass vector/matrix objects by reference, various
formatting and style cleanups, don't spam syslog and uncomment openlog() call.
Still needs to be compiled with -DWANT_TRACE to get tracing, but now trace
output will be output to file in /tmp.

File:
1 edited

Legend:

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

    r2798 r2822  
    11/* -*- mode: c++; c-basic-offset: 4; indent-tabs-mode: nil -*- */
    2 #include "Nv.h"
    3 #include <GL/gl.h>
    4 #include "PointSetRenderer.h"
    5 #include <PCASplit.h>
     2#include <GL/glew.h>
     3
    64#include <Image.h>
    75#include <ImageLoaderFactory.h>
    86#include <ImageLoader.h>
    9 #include <stdio.h>
    107#include <R2/R2FilePath.h>
     8
     9#include "PointSetRenderer.h"
     10#include "PCASplit.h"
    1111
    1212#define USE_TEXTURE
Note: See TracChangeset for help on using the changeset viewer.