MCPcopy Create free account
hub / github.com/OpenNFS/OpenNFS / setCameraAnimation

Method setCameraAnimation

src/Scene/Camera.cpp:207–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205Camera::Camera() {}
206
207void Camera::setCameraAnimation(std::vector<SHARED::CANPT> canPoints) {
208 cameraAnimPoints = canPoints;
209}
210
211bool Camera::playAnimation() {
212 SHARED::CANPT animPosition = cameraAnimPoints[animationPosition++];

Callers 1

RenderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected