MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SetFieldOfView

Method SetFieldOfView

SampleFramework12/v1.00/Graphics/Camera.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void PerspectiveCamera::SetFieldOfView(float fieldOfView)
197{
198 fov = fieldOfView;
199 CreateProjection();
200}
201
202void PerspectiveCamera::CreateProjection()
203{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected