Panda3D
Functions
config_physics.cxx File Reference

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

#include "config_physics.h"
#include "physicsCollisionHandler.h"
#include "physicsObject.h"
#include "physicalNode.h"
#include "linearIntegrator.h"
#include "linearControlForce.h"
#include "angularIntegrator.h"
#include "forceNode.h"
#include "forces.h"
#include "actorNode.h"
#include "angularForce.h"
#include "angularVectorForce.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 ConfigureDef (config_physics)
 
 ConfigureFn (config_physics)
 
void init_libphysics ()
 Initializes the library. More...
 
 NotifyCategoryDef (physics, "")
 

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
charles
Date
2000-07-17

Definition in file config_physics.cxx.

Function Documentation

◆ init_libphysics()

void init_libphysics ( )

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 48 of file config_physics.cxx.

Referenced by init_libpandaphysics().