Panda3D
Functions | Variables
config_bullet.h File Reference

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

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "configVariableSearchPath.h"
#include "configVariableBool.h"
#include "configVariableEnum.h"
#include "configVariableDouble.h"
#include "configVariableInt.h"
#include "bulletWorld.h"

Go to the source code of this file.

Functions

EXPCL_PANDABULLET void init_libbullet ()
 Initializes the library. More...
 
 NotifyCategoryDecl (bullet, EXPCL_PANDABULLET, EXPTP_PANDABULLET)
 

Variables

ConfigVariableBool bullet_additional_damping
 
ConfigVariableDouble bullet_additional_damping_angular_factor
 
ConfigVariableDouble bullet_additional_damping_angular_threshold
 
ConfigVariableDouble bullet_additional_damping_linear_factor
 
ConfigVariableDouble bullet_additional_damping_linear_threshold
 
ConfigVariableEnum< BulletWorld::BroadphaseAlgorithm > bullet_broadphase_algorithm
 
ConfigVariableBool bullet_enable_contact_events
 
ConfigVariableEnum< BulletWorld::FilterAlgorithm > bullet_filter_algorithm
 
ConfigVariableInt bullet_gc_lifetime
 
ConfigVariableInt bullet_max_objects
 
ConfigVariableDouble bullet_sap_extents
 
ConfigVariableInt bullet_solver_iterations
 

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
enn0x
Date
2010-01-23

Definition in file config_bullet.h.

Function Documentation

◆ init_libbullet()

EXPCL_PANDABULLET void init_libbullet ( )