MCPcopy Create free account
hub / github.com/ImageEngine/cortex / setResolution

Method setResolution

src/IECoreGL/Camera.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void Camera::setResolution( const Imath::V2i &resolution )
72{
73 m_resolution = resolution;
74}
75
76const Imath::V2i &Camera::getResolution() const
77{

Calls

no outgoing calls

Tested by

no test coverage detected