Panda3D
cLwoPolygons.I
Go to the documentation of this file.
1 /**
2  * PANDA 3D SOFTWARE
3  * Copyright (c) Carnegie Mellon University. All rights reserved.
4  *
5  * All use of this software is subject to the terms of the revised BSD
6  * license. You should have received a copy of this license along
7  * with this source code in a file named "LICENSE."
8  *
9  * @file cLwoPolygons.I
10  * @author drose
11  * @date 2001-04-25
12  */
13 
14 /**
15  *
16  */
17 INLINE CLwoPolygons::
18 CLwoPolygons(LwoToEggConverter *converter, const LwoPolygons *polygons,
19  CLwoPoints *points) :
20  _converter(converter),
21  _polygons(polygons),
22  _points(points)
23 {
24  _tags = nullptr;
25  _surf_ptags = nullptr;
26 }
This class supervises the construction of an EggData structure from the data represented by the LwoHe...
This class is a wrapper around LwoPoints and stores additional information useful during the conversi...
Definition: cLwoPoints.h:33
An array of polygons that will be referenced by later chunks.
Definition: lwoPolygons.h:29