PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "rescaleNormalAttrib.h"#include "graphicsStateGuardianBase.h"#include "string_utils.h"#include "dcast.h"#include "bamReader.h"#include "bamWriter.h"#include "datagram.h"#include "datagramIterator.h"#include "configVariableEnum.h"#include "config_pgraph.h"Go to the source code of this file.
Functions | |
| CPT(RenderAttrib) RescaleNormalAttrib | CPT (RenderAttrib) RescaleNormalAttrib |
| Constructs a new RescaleNormalAttrib object that specifies whether to rescale normals to compensate for transform scales or incorrectly defined normals. More... | |
| istream & | operator >> (istream &in, RescaleNormalAttrib::Mode &mode) |
| ostream & | operator<< (ostream &out, RescaleNormalAttrib::Mode mode) |
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."
Definition in file rescaleNormalAttrib.cxx.
| CPT (RenderAttrib) RescaleNormalAttrib CPT | ( | RenderAttrib | ) |
Constructs a new RescaleNormalAttrib object that specifies whether to rescale normals to compensate for transform scales or incorrectly defined normals.
Definition at line 38 of file rescaleNormalAttrib.cxx.
1.8.15