-
Notifications
You must be signed in to change notification settings - Fork 2
/
VolRenAux.h
32 lines (28 loc) · 1.09 KB
/
VolRenAux.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//------------------------------------------------------------------------
//
// Joe Kniss
// VolRenAux Auxilary Volume Rendering Tools
// VolRenAux.h
// 3-4-01
// ________ ____ ___
// | \ / | / /
// +---+ \/ |/ /
// +--+| |\ /| <
// | || | \ / | |\ \
// | | \/ | | \ \
// \_____| |__| \__\
// Copyright 2001
// Joe Michael Kniss
// <<< [email protected] >>>
// "All Your Base are Belong to Us"
//-------------------------------------------------------------------------
#ifndef _VOLRENAUX_DOT_H
#define _VOLRENAUX_DOT_H
#include "gluvv.h"
#include <iostream.h>
#include "VectorMath.h"
//====================================================== PostCNorms
//=================================================================
// Compute the post-classification normals
void VRA_PostCNorms(unsigned char *gradout);
#endif