Panda3D
Macros
heightfieldTesselator.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "heightfieldTesselator.h"
#include "geomNode.h"
#include "transformState.h"
#include "sceneGraphReducer.h"
#include "lvector3.h"

Go to the source code of this file.

Macros

#define POINTA   get_vertex(x ,y)
 
#define POINTB   get_vertex(x+hsize,y)
 
#define POINTC   get_vertex(x+size ,y)
 
#define POINTD   get_vertex(x ,y+hsize)
 
#define POINTE   get_vertex(x+hsize,y+hsize)
 
#define POINTF   get_vertex(x+size ,y+hsize)
 
#define POINTG   get_vertex(x ,y+size)
 
#define POINTH   get_vertex(x+hsize,y+size)
 
#define POINTI   get_vertex(x+size ,y+size)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
jyelon
Date
2006-07-17

Definition in file heightfieldTesselator.cxx.