Panda3D
Functions | Variables
config_mathutil.cxx File Reference

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

#include "config_mathutil.h"
#include "boundingVolume.h"
#include "geometricBoundingVolume.h"
#include "finiteBoundingVolume.h"
#include "omniBoundingVolume.h"
#include "boundingSphere.h"
#include "boundingBox.h"
#include "boundingHexahedron.h"
#include "boundingLine.h"
#include "boundingPlane.h"
#include "unionBoundingVolume.h"
#include "intersectionBoundingVolume.h"
#include "dconfig.h"
#include "pandaSystem.h"

Go to the source code of this file.

Functions

 Configure (config_mathutil)
 
 ConfigureFn (config_mathutil)
 
void init_libmathutil ()
 Initializes the library. More...
 
 NotifyCategoryDef (mathutil, "")
 

Variables

ConfigVariableEnum< BoundingVolume::BoundsType > bounds_type ("bounds-type", BoundingVolume::BT_sphere, PRC_DESC("Specify the type of bounding volume that is created automatically " "by Panda to enclose geometry. Use 'sphere' or 'box', or use " "'best' to let Panda decide which is most appropriate. You can " "also use 'fastest' if you don't want Panda to waste much time " "computing the most optimal bounding volume."))
 
ConfigVariableDouble fft_error_threshold ("fft-error-threshold", 0.2)
 
ConfigVariableDouble fft_exponent ("fft-exponent", 4)
 
ConfigVariableDouble fft_factor ("fft-factor", 0.1)
 
ConfigVariableDouble fft_offset ("fft-offset", 0.001)
 

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
1999-10-01

Definition in file config_mathutil.cxx.

Function Documentation

◆ init_libmathutil()

void init_libmathutil ( )

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 67 of file config_mathutil.cxx.

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