Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void Camera::setResolution( const Imath::V2i &resolution )
72
{
73
m_resolution = resolution;
74
}
75
76
const Imath::V2i &Camera::getResolution() const
77
{
Callers
4
testDefaultApertureFromObseleteFovAndScreenWindow
Method · 0.95
testRenderOverrides
Method · 0.95
testNormalizedScreenWindow
Method · 0.95
testRenderImageSpec
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected