PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "geoMipTerrain.h"
#include "geomVertexFormat.h"
#include "geomVertexArrayFormat.h"
#include "internalName.h"
#include "geomVertexData.h"
#include "geomVertexWriter.h"
#include "geomTristrips.h"
#include "geomTriangles.h"
#include "geom.h"
#include "geomNode.h"
#include "boundingBox.h"
#include "config_grutil.h"
#include "sceneGraphReducer.h"
#include "collideMask.h"
Go to the source code of this file.
Functions | |
PT (GeomNode) GeoMipTerrain | |
Generates a chunk of terrain based on the level specified. More... | |
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."
Definition in file geoMipTerrain.cxx.
PT | ( | GeomNode | ) |
Generates a chunk of terrain based on the level specified.
As arguments it takes the x and y coords of the mipmap to be generated, and the level of detail. T-Junctions for neighbor-mipmaps with different levels are also taken into account.
Definition at line 51 of file geoMipTerrain.cxx.