PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandaFramework.h"#include "pandaSystem.h"#include "textNode.h"#include "configVariableBool.h"#include "texturePool.h"#include "multitexReducer.h"#include "sceneGraphReducer.h"#include "partGroup.h"#include "cardMaker.h"#include "bamCache.h"#include "virtualFileSystem.h"#include "panda_getopt.h"#include "preprocess_argv.h"#include "graphicsPipeSelection.h"#include "asyncTaskManager.h"#include "asyncTask.h"#include "boundingSphere.h"Go to the source code of this file.
Functions | |
| void | event_0 (const Event *event, void *) |
| void | event_2 (const Event *event, void *) |
| void | event_Enter (const Event *, void *) |
| void | event_F (const Event *, void *) |
| void | event_W (const Event *, void *) |
| void | help () |
| int | main (int argc, char **argv) |
| bool | output_screenshot (Filename &fn) |
| void | report_version () |
| void | usage () |
Variables | |
| PandaFramework | framework |
| ConfigVariableBool | pview_test_hack ("pview-test-hack", false, "Enable the '0' key in pview to run whatever hacky test happens to be in " "there right now.") |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file pview.cxx.
1.8.15