MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / SphericalProjection

Method SphericalProjection

src/effects/SphericalProjection.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21using namespace openshot;
22
23SphericalProjection::SphericalProjection()
24 : yaw(0.0), pitch(0.0), roll(0.0), fov(90.0), in_fov(180.0),
25 projection_mode(0), invert(0), input_model(INPUT_EQUIRECT), interpolation(3)
26{
27 init_effect_details();
28}
29
30SphericalProjection::SphericalProjection(Keyframe new_yaw, Keyframe new_pitch,
31 Keyframe new_roll, Keyframe new_fov)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected