Panda3D
Functions | Variables
config_physx.h File Reference

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

#include "pandabase.h"
#include "notifyCategoryProxy.h"
#include "configVariableBool.h"
#include "configVariableEnum.h"
#include "configVariableInt.h"
#include "configVariableString.h"
#include "dconfig.h"
#include "physxEnums.h"

Go to the source code of this file.

Functions

 ConfigureDecl (config_physx, EXPCL_PANDAPHYSX, EXPTP_PANDAPHYSX)
 
EXPCL_PANDAPHYSX void init_libphysx ()
 Initializes the library. More...
 
 NotifyCategoryDecl (physx, EXPCL_PANDAPHYSX, EXPTP_PANDAPHYSX)
 

Variables

EXPCL_PANDAPHYSX ConfigVariableInt physx_internal_threads
 
EXPCL_PANDAPHYSX ConfigVariableEnum< PhysxEnums::PhysxUpAxis > physx_up_axis
 
EXPCL_PANDAPHYSX ConfigVariableString physx_vrd_host
 
EXPCL_PANDAPHYSX ConfigVariableInt physx_vrd_port
 
EXPCL_PANDAPHYSX ConfigVariableBool physx_want_vrd
 

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
2009-09-01

Definition in file config_physx.h.

Function Documentation

◆ init_libphysx()

EXPCL_PANDAPHYSX void init_libphysx ( )

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 117 of file config_physx.cxx.

References PandaSystem::add_system(), and PandaSystem::get_global_ptr().

Referenced by init_libpandaphysx().