|
Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "characterJointEffect.h"#include "cullTraverser.h"#include "cullTraverserData.h"#include "nodePath.h"#include "look_at.h"#include "bamReader.h"#include "bamWriter.h"#include "datagram.h"#include "datagramIterator.h"Go to the source code of this file.
Functions | |
| CPT (RenderEffect) CharacterJointEffect | |
| Constructs a new CharacterJointEffect object that references the indicated character. | |
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 characterJointEffect.cxx.
|
inline |
Constructs a new CharacterJointEffect object that references the indicated character.
A convenience function to make a typical world-relative point-rotating billboard.
A convenience function to make a typical eye-relative point-rotating billboard.
When a relative get_transform() is called on the node that contains the CharacterJointEffect, it will implicitly call character->update() first.
Definition at line 32 of file characterJointEffect.cxx.