Panda3D
panda
src
tform
config_tform.h
Go to the documentation of this file.
1
/**
2
* PANDA 3D SOFTWARE
3
* Copyright (c) Carnegie Mellon University. All rights reserved.
4
*
5
* All use of this software is subject to the terms of the revised BSD
6
* license. You should have received a copy of this license along
7
* with this source code in a file named "LICENSE."
8
*
9
* @file config_tform.h
10
* @author drose
11
* @date 2000-02-23
12
*/
13
14
#ifndef CONFIG_TFORM_H
15
#define CONFIG_TFORM_H
16
17
#include "
pandabase.h
"
18
#include "
notifyCategoryProxy.h
"
19
#include "
configVariableDouble.h
"
20
#include "
configVariableBool.h
"
21
22
NotifyCategoryDecl(tform, EXPCL_PANDA_TFORM, EXPTP_PANDA_TFORM);
23
24
// Configure variables for tform package.
25
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_forward_speed;
26
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_reverse_speed;
27
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_rotate_speed;
28
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_vertical_dead_zone;
29
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_vertical_center;
30
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_horizontal_dead_zone;
31
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_horizontal_center;
32
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_vertical_ramp_up_time;
33
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_vertical_ramp_down_time;
34
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_horizontal_ramp_up_time;
35
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
drive_horizontal_ramp_down_time;
36
37
extern
EXPCL_PANDA_TFORM
ConfigVariableDouble
inactivity_timeout;
38
39
extern
EXPCL_PANDA_TFORM
ConfigVariableBool
trackball_use_alt_keys;
40
41
#endif
ConfigVariableBool
This is a convenience class to specialize ConfigVariable as a boolean type.
Definition:
configVariableBool.h:23
pandabase.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableDouble.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
notifyCategoryProxy.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
configVariableBool.h
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
ConfigVariableDouble
This is a convenience class to specialize ConfigVariable as a floating- point type.
Definition:
configVariableDouble.h:24
Generated on Sat Jan 11 2020 15:15:34 for Panda3D by
1.8.17