Browse Source

sync changes from makepanda.py

Dave Schuyler 20 years ago
parent
commit
38980dcdf8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      doc/makepanda/otherMakePanda.py

+ 3 - 3
doc/makepanda/otherMakePanda.py

@@ -2405,11 +2405,11 @@ Interrogate(ipath=IPATH, opts=OPTS, outd='libgobj.in', outc='libgobj_igate.cxx',
             'boundedObject.h', 'config_gobj.h', 'drawable.h', 'geom.h',
             'boundedObject.h', 'config_gobj.h', 'drawable.h', 'geom.h',
             'geomContext.h', 'geomLine.h', 'geomLinestrip.h', 'geomPoint.h',
             'geomContext.h', 'geomLine.h', 'geomLinestrip.h', 'geomPoint.h',
             'geomPolygon.h', 'geomQuad.h', 'geomSphere.h', 'geomSprite.h',
             'geomPolygon.h', 'geomQuad.h', 'geomSphere.h', 'geomSprite.h',
-            'geomTri.h', 'geomTrifan.h', 'geomTristrip.h',
+            'geomTri.h', 'geomTrifan.h', 'geomTristrip.h', 'imageBuffer.h',
             'material.h', 'materialPool.h', 'matrixLens.h', 'orthographicLens.h',
             'material.h', 'materialPool.h', 'matrixLens.h', 'orthographicLens.h',
-            'perspectiveLens.h', 'preparedGraphicsObjects.h',
+            'perspectiveLens.h', 'pixelBuffer.h', 'preparedGraphicsObjects.h',
             'lens.h', 'savedContext.h', 'texture.h', 'textureContext.h',
             'lens.h', 'savedContext.h', 'texture.h', 'textureContext.h',
-            'texturePool.h', 'textureStage.h',
+            'texturePool.h', 'texCoordName.h', 'textureStage.h',
             'gobj_composite1.cxx', 'gobj_composite2.cxx'])
             'gobj_composite1.cxx', 'gobj_composite2.cxx'])
 CompileC(ipath=IPATH, opts=OPTS, src='libgobj_igate.cxx', obj='libgobj_igate.obj')
 CompileC(ipath=IPATH, opts=OPTS, src='libgobj_igate.cxx', obj='libgobj_igate.obj')