Panda3D
Functions | Variables
config_distort.cxx File Reference

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

#include "config_distort.h"
#include "cylindricalLens.h"
#include "fisheyeLens.h"
#include "pSphereLens.h"
#include "oSphereLens.h"
#include "projectionScreen.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 Configure (config_distort)
 
 ConfigureFn (config_distort)
 
void init_libdistort ()
 Initializes the library. More...
 
 NotifyCategoryDef (distort, "")
 

Variables

ConfigVariableBool project_invert_uvs ("project-invert-uvs", false, PRC_DESC("If this is true, the UV's generated by all ProjectionScreens are " "inverted top-to-bottom. This used to be required to compensate " "for buggy graphics drivers that rendered to a texture upside-down " "in this manner, but nowadays Panda should be able to autodetect " "these graphics drivers. If it fails to do this, you should " "probably set copy-texture-inverted instead, which is more general."))
 

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
2001-12-11

Definition in file config_distort.cxx.

Function Documentation

◆ init_libdistort()

void init_libdistort ( )

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 50 of file config_distort.cxx.

Referenced by init_libpandafx().