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

Method PathCamera

Engine/source/T3D/pathCamera.cpp:111–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

Point3FClass · 0.50
clearMethod · 0.45
setPositionMethod · 0.45

Tested by

no test coverage detected