summaryrefslogtreecommitdiff
path: root/shared_cpp/Camera3d.h
blob: 718697505b32ff7ab3344e96305537666c1a447d (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "mathlib.h"

struct Camera3d {
	Mat4x4 projection;
	Mat4x4 view;
};