|
Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandaFramework.h"#include "pandaNode.h"#include "transformState.h"#include "clockObject.h"#include "string_utils.h"#include "pvector.h"#include "panda_getopt.h"#include "preprocess_argv.h"Go to the source code of this file.
Macros | |
| #define | DO_FP_MODULUS(VAL, MAXVAL) |
| #define | GRIDCELLSIZE 5.0 |
| #define | MAX_RADIUS 4.0*GRIDCELLSIZE |
| #define | MAX_REVOLUTION_ANGVEL 60 |
| #define | MAX_ROTATION_ANGVEL 600 |
| #define | MAX_VEL (fabs(wander_area_pos_offset)) |
| #define | MIN_RADIUS 0.1*GRIDCELLSIZE |
| #define | MIN_REVOLUTION_ANGVEL 30 |
| #define | MIN_ROTATION_ANGVEL 30 |
| #define | MIN_VEL 2.0 |
| #define | MIN_WANDERAREA_DIMENSION 120.0f |
| #define | RANDFRAC (rand()/(PN_stdfloat)(RAND_MAX)) |
Typedefs | |
| typedef pvector< GriddedFilename > | GriddedFilenames |
| typedef pvector< gridded_file_info > | GriddedInfoArray |
Enumerations | |
| enum | GriddedMotionType { None , Rotation , LinearMotion } |
Functions | |
| void | get_command_line_filenames (int argc, char *argv[], pvector< Filename > &static_filenames, GriddedFilenames &gridded_filenames) |
| bool | get_command_line_opts (int &argc, char **&argv) |
| void | load_gridded_models (WindowFramework *window, GriddedFilenames &filenames, GriddedInfoArray &info_arr) |
| int | main (int argc, char **argv) |
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 pgrid.cxx.
| #define DO_FP_MODULUS | ( | VAL, | |
| MAXVAL ) |
| typedef pvector<GriddedFilename> GriddedFilenames |
| typedef pvector<gridded_file_info> GriddedInfoArray |
| void get_command_line_filenames | ( | int | argc, |
| char * | argv[], | ||
| pvector< Filename > & | static_filenames, | ||
| GriddedFilenames & | gridded_filenames ) |
| void load_gridded_models | ( | WindowFramework * | window, |
| GriddedFilenames & | filenames, | ||
| GriddedInfoArray & | info_arr ) |