MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / PathCamera

Method PathCamera

Engine/source/T3D/pathCamera.cpp:112–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 "@param Node Unique ID assigned to this node.\n");
111
112PathCamera::PathCamera()
113{
114 mNetFlags.clear(Ghostable);
115 mTypeMask |= CameraObjectType;
116 delta.time = 0;
117 delta.timeVec = 0;
118
119 mDataBlock = 0;
120 mState = Forward;
121 mNodeBase = 0;
122 mNodeCount = 0;
123 mPosition = 0;
124 mTarget = 0;
125 mTargetSet = false;
126
127 MatrixF mat(1);
128 mat.setPosition(Point3F(0,0,700));
129 Parent::setTransform(mat);
130}
131
132PathCamera::~PathCamera()
133{

Callers

nothing calls this directly

Calls 3

Point3FClass · 0.50
clearMethod · 0.45
setPositionMethod · 0.45

Tested by

no test coverage detected