MCPcopy Create free account
hub / github.com/Zydak/Vulkan-Path-Tracer / FlyCamera

Method FlyCamera

PathTracer/FlyCamera.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "FlyCamera.h"
2
3FlyCamera::FlyCamera(const glm::mat4& viewMatrix, const glm::mat4& projectionMatrix)
4{
5 InitializeFromMatrices(viewMatrix, projectionMatrix);
6}
7
8void FlyCamera::ProcessMouseMovement(float deltaX, float deltaY, bool constrainPitch)
9{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected