#include <GL/glew.h>
#include <GL/glut.h>
#include <GL/glext.h>
#include <stdio.h>
#include <math.h>
#include "VolumeBuffer.h"
Go to the source code of this file.
Variables | |
PFNGLTEXIMAGE3DPROC | glTexImage3D |
Volume buffer class. |
PFNGLTEXIMAGE3DPROC glTexImage3D |
Volume buffer class.
Volume buffer class implements data structures.
Definition at line 21 of file VolumeBuffer.cpp.