15 #ifndef COLLADAINPUT_H
16 #define COLLADAINPUT_H
18 #include "config_collada.h"
19 #include "referenceCount.h"
21 #include "pta_LVecBase4.h"
22 #include "internalName.h"
23 #include "geomEnums.h"
26 class GeomVertexArrayFormat;
29 #if PANDA_COLLADA_VERSION < 15
30 #define domInput_local domInputLocal
31 #define domInput_localRef domInputLocalRef
32 #define domInput_local_offset domInputLocalOffset
33 #define domInput_local_offsetRef domInputLocalOffsetRef
37 class domInput_local_offset;
59 bool read_data(domSource &source);
67 PT(InternalName) _column_name;
68 GeomEnums::Contents _column_contents;
70 unsigned int _num_bound_params;
77 #include "colladaInput.I"
This is an abstract base class for a family of classes that represent the fundamental geometry primit...
This defines the actual numeric vertex data stored in a Geom, in the structure defined by a particula...
A base class for all things that want to be reference-counted.