Explorar o código

update comment

David Rose %!s(int64=20) %!d(string=hai) anos
pai
achega
78d834fe60
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      panda/src/gobj/savedContext.h

+ 6 - 2
panda/src/gobj/savedContext.h

@@ -25,8 +25,12 @@
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 //       Class : SavedContext
 //       Class : SavedContext
-// Description : This is the base class for both a TextureContext and
-//               a GeomContext.
+// Description : This is the base class for all GSG-specific context
+//               objects, such as TextureContext and GeomContext.  It
+//               exists mainly to provide some structural
+//               organization.  At the moment, there are no methods
+//               common to all of these objects, but there might be
+//               one day.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
 class EXPCL_PANDA SavedContext : public TypedObject {
 class EXPCL_PANDA SavedContext : public TypedObject {
 public:
 public: