PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "compassEffect.h"
#include "cullTraverserData.h"
#include "config_pgraph.h"
#include "nodePath.h"
#include "bamReader.h"
#include "bamWriter.h"
#include "datagram.h"
#include "datagramIterator.h"
Go to the source code of this file.
Functions | |
CPT (RenderEffect) CompassEffect | |
Constructs a new CompassEffect object. More... | |
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 compassEffect.cxx.
CPT | ( | RenderEffect | ) |
Constructs a new CompassEffect object.
If the reference is an empty NodePath, it means the CompassEffect is relative to the root of the scene graph; otherwise, it's relative to the indicated node. The properties bitmask specifies the set of properties that the compass node inherits from the reference instead of from its parent.
Definition at line 32 of file compassEffect.cxx.