Panda3D
Loading...
Searching...
No Matches
Functions | Variables
pview.cxx File Reference

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.")
 

Detailed Description

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."

Author
drose
Date
2002-02-25

Definition in file pview.cxx.

Function Documentation

◆ event_0()

void event_0 ( const Event * event,
void *  )

Definition at line 139 of file pview.cxx.

◆ event_2()

void event_2 ( const Event * event,
void *  )

Definition at line 123 of file pview.cxx.

◆ event_Enter()

void event_Enter ( const Event * ,
void *  )

Definition at line 89 of file pview.cxx.

◆ event_F()

void event_F ( const Event * ,
void *  )

Definition at line 83 of file pview.cxx.

◆ event_W()

void event_W ( const Event * ,
void *  )

Definition at line 60 of file pview.cxx.

◆ help()

void help ( )

Definition at line 176 of file pview.cxx.

◆ main()

int main ( int argc,
char ** argv )

Definition at line 340 of file pview.cxx.

◆ output_screenshot()

bool output_screenshot ( Filename & fn)

Definition at line 43 of file pview.cxx.

◆ report_version()

void report_version ( )

Definition at line 227 of file pview.cxx.

◆ usage()

void usage ( )

Definition at line 168 of file pview.cxx.

Variable Documentation

◆ framework

PandaFramework framework

Definition at line 35 of file pview.cxx.