#include "windowFramework.h"#include "pandaFramework.h"#include "mouseAndKeyboard.h"#include "buttonThrower.h"#include "transform2sg.h"#include "dSearchPath.h"#include "filename.h"#include "loader.h"#include "keyboardButton.h"#include "geomTri.h"#include "texturePool.h"#include "textureAttrib.h"#include "perspectiveLens.h"#include "orthographicLens.h"#include "auto_bind.h"#include "ambientLight.h"#include "directionalLight.h"#include "lightAttrib.h"#include "boundingSphere.h"#include "deg_2_rad.h"#include "config_framework.h"#include "depthTestAttrib.h"#include "depthWriteAttrib.h"#include "cullFaceAttrib.h"#include "pgTop.h"#include "geomNode.h"#include "geomTristrip.h"#include "texture.h"#include "pnmImage.h"#include "loaderFileTypeRegistry.h"#include "pnmFileTypeRegistry.h"Go to the source code of this file.
Functions | |
| PT (Camera) WindowFramework | |
| PT (PandaNode) WindowFramework | |
Variables | |
| const int | override_priority = 100 |
|
|
|
Definition at line 770 of file windowFramework.cxx. References WindowProperties::get_x_size(), WindowProperties::get_y_size(), WindowProperties::has_size(), and PT. |
|
|
Definition at line 53 of file windowFramework.cxx. Referenced by WindowFramework::set_texture(), WindowFramework::set_two_sided(), and WindowFramework::set_wireframe(). |
1.3