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

Method Camera

src/IECoreGL/Camera.cpp:50–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48IE_CORE_DEFINERUNTIMETYPED( Camera );
49
50Camera::Camera( const Imath::M44f &transform,
51 bool orthographic,
52 const Imath::V2i &resolution,
53 const Imath::Box2f &frustum,
54 const Imath::V2f &clippingPlanes
55)
56 : m_transform( transform ), m_orthographic( orthographic ), m_resolution( resolution ),
57 m_frustum( frustum ), m_clippingPlanes( clippingPlanes )
58{
59}
60
61void Camera::setTransform( const Imath::M44f &transform )
62{

Callers 15

testCameraMethod · 0.45
testCamerasMethod · 0.45
testCameraRoundTripMethod · 0.45
testWriteMultiObjectsMethod · 0.45
testMethod · 0.45
testCameraParametersMethod · 0.45
testRenderOverridesMethod · 0.45
testHashMethod · 0.45

Calls

no outgoing calls