PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "config_interval.h"
#include "cInterval.h"
#include "cConstraintInterval.h"
#include "cConstrainTransformInterval.h"
#include "cConstrainPosInterval.h"
#include "cConstrainHprInterval.h"
#include "cConstrainPosHprInterval.h"
#include "cLerpInterval.h"
#include "cLerpNodePathInterval.h"
#include "cLerpAnimEffectInterval.h"
#include "cMetaInterval.h"
#include "showInterval.h"
#include "hideInterval.h"
#include "waitInterval.h"
#include "lerpblend.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
Configure (config_interval) | |
ConfigureFn (config_interval) | |
void | init_libinterval () |
Initializes the library. More... | |
NotifyCategoryDef (interval, "") | |
Variables | |
ConfigVariableDouble | interval_precision ("interval-precision", 1000.0, PRC_DESC("Set this to the default value for set_precision() for each " "CMetaInterval created.")) |
ConfigVariableBool | verify_intervals ("verify-intervals", false, PRC_DESC("Set this true to generate an assertion failure if interval " "functions are called out-of-order.")) |
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 config_interval.cxx.
void init_libinterval | ( | ) |
Initializes the library.
This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.
Definition at line 61 of file config_interval.cxx.