#include <FWTextProjected.h>
Definition at line 51 of file FWTextProjected.h.
FWEveTextProjected::FWEveTextProjected |
( |
| ) |
|
|
inline |
FWEveTextProjected::~FWEveTextProjected |
( |
| ) |
|
|
inlineoverride |
TEveElement* FWEveTextProjected::GetProjectedAsElement |
( |
| ) |
|
|
inlineoverride |
void FWEveTextProjected::UpdateProjection |
( |
| ) |
|
|
override |
Definition at line 38 of file FWTextProjected.cc.
References FWEveText::m_offsetZ.
Referenced by FWJetProxyBuilder::setTextPos().
43 TEveTrans *tr = als.PtrMainTrans(kFALSE);
45 fText = als.GetText();
46 *fMainColorPtr = als.GetMainColor();
50 TEveProjection& proj = * fManager->GetProjection();
51 proj.ProjectPoint(pos[0],pos[1], pos[2], fDepth);
53 RefMainTrans().SetPos(pos[0], pos[1], pos[2] + als.
m_offsetZ);