clockwork/camera.h
2026-01-17 23:44:01 -03:00

7 lines
98 B
C

#pragma once
struct cw_perspective_camera {
float fov;
float z_near;
float z_far;
};