瀏覽代碼

added print dna path

Dave Schuyler 20 年之前
父節點
當前提交
7ef885ce45
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      direct/src/showbase/ShowBase.py

+ 2 - 0
direct/src/showbase/ShowBase.py

@@ -284,6 +284,8 @@ class ShowBase(DirectObject.DirectObject):
            print "\n\nEnvironment Debug Info {"
            print "\n\nEnvironment Debug Info {"
            print "* model path:"
            print "* model path:"
            print getModelPath()
            print getModelPath()
+           print "* dna path:"
+           print getDnaPath()
            print "* texture path:"
            print "* texture path:"
            print getTexturePath()
            print getTexturePath()
            print "* sound path:"
            print "* sound path:"