]> git.uio.no Git - u/mrichter/AliRoot.git/blame - EVE/Reve/NLTPointSetGL.cxx
Dummy methods DefineParticle required by the interface added.
[u/mrichter/AliRoot.git] / EVE / Reve / NLTPointSetGL.cxx
CommitLineData
32e219c2 1// $Header$
2
3#include "NLTPointSetGL.h"
4
5using namespace Reve;
6
7//______________________________________________________________________
8// NLTPointSetGL
9//
10// A hack around a bug in fglrx that makes rendering of projected pointsets
11// terribly slow with display-lists on and rendering as crosses.
12
13ClassImp(NLTPointSetGL)
14
15NLTPointSetGL::NLTPointSetGL() : TPointSet3DGL()
16{
17 fDLCache = kFALSE; // Disable display list.
18}
19
20NLTPointSetGL::~NLTPointSetGL()
21{}