initial commit
This commit is contained in:
commit
eddceabffc
7 changed files with 5731 additions and 0 deletions
7
camera.h
Normal file
7
camera.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
struct cw_perspective_camera {
|
||||
float fov;
|
||||
float z_near;
|
||||
float z_far;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue