Line | |
---|
1 | //========================================
|
---|
2 | // Class to interface the VisualCAD specifications.
|
---|
3 | // Nicolau Sunyer & Sergi Funtané (10/13/2005).
|
---|
4 | // Universitat de Girona.
|
---|
5 | //========================================
|
---|
6 |
|
---|
7 | #ifndef _OBSCURANCE_MAP_SN_
|
---|
8 | #define _OBSCURANCE_MAP_SN_
|
---|
9 |
|
---|
10 | #include "CMesh.h"
|
---|
11 |
|
---|
12 | // Method to calculate the lightmap.
|
---|
13 | int vcObscurerGenerateImage(CMesh &geom, char *argv, int quality, int *imgUsize, int *imgVsize, float **imgRgbaBuffer);
|
---|
14 | // Method for not having two instances of the geometry in the graphics card memory (just for our visualizer, not in the specification).
|
---|
15 | //void returnMesh(CMesh &m);
|
---|
16 | // Returns the bounding sphere of the scene (constant as the scene is normalized)
|
---|
17 | //CSphere BoundingSphere();
|
---|
18 |
|
---|
19 |
|
---|
20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.