Panda3D
Functions | Variables
config_char.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "config_char.h"
#include "character.h"
#include "characterJoint.h"
#include "characterJointBundle.h"
#include "characterJointEffect.h"
#include "characterSlider.h"
#include "characterVertexSlider.h"
#include "jointVertexTransform.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 Configure (config_char)
 
 ConfigureFn (config_char)
 
void init_libchar ()
 Initializes the library. More...
 
 NotifyCategoryDef (char, "")
 

Variables

ConfigVariableBool even_animation ("even-animation", false, PRC_DESC("When this is true, characters' vertices will be recomputed " "every frame, whether they need it or not. This will tend to " "balance out the frame rate so that it is more uniformly slow. " "The default is to compute vertices only when they need to be " "computed, which can lead to an uneven frame rate."))
 

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
2000-02-28

Definition in file config_char.cxx.

Function Documentation

◆ init_libchar()

void init_libchar ( )

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 51 of file config_char.cxx.

References CharacterVertexSlider::register_with_read_factory(), CharacterJointBundle::register_with_read_factory(), CharacterSlider::register_with_read_factory(), JointVertexTransform::register_with_read_factory(), CharacterJointEffect::register_with_read_factory(), CharacterJoint::register_with_read_factory(), and Character::register_with_read_factory().