|
@@ -17,6 +17,18 @@
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+// Function: GeomVertexRewriter::Default Constructor
|
|
|
|
|
+// Access: Published
|
|
|
|
|
+// Description: Constructs an invalid GeomVertexRewriter. You must use
|
|
|
|
|
+// the assignment operator to assign a valid
|
|
|
|
|
+// GeomVertexRewriter to this object before you can use
|
|
|
|
|
+// it.
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
|
|
+INLINE GeomVertexRewriter::
|
|
|
|
|
+GeomVertexRewriter() {
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: GeomVertexRewriter::Constructor
|
|
// Function: GeomVertexRewriter::Constructor
|
|
|
// Access: Published
|
|
// Access: Published
|