PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "eggVertex.h"
#include "eggVertexPool.h"
#include "eggParameters.h"
#include "eggGroup.h"
#include "eggMiscFuncs.h"
#include "eggPrimitive.h"
#include "indent.h"
#include "luse.h"
#include "lmatrix.h"
#include "pandabase.h"
#include <math.h>
#include <algorithm>
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &out, const GroupRefEntry &gre) |
PT (EggVertex) EggVertex | |
Creates a new vertex that lies in between the two given vertices. 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 eggVertex.cxx.
PT | ( | EggVertex | ) |
Creates a new vertex that lies in between the two given vertices.
The attributes for the UV sets they have in common are averaged.
Both vertices need to be either in no pool, or in the same pool. In the latter case, the new vertex will be placed in that pool.
Definition at line 349 of file eggVertex.cxx.
References EggVertex::get_pool().