transfered from codeberg
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#ifndef private_frustum_h
|
||||
#define private_frustum_h
|
||||
|
||||
enum {
|
||||
left = 0,
|
||||
right = 1,
|
||||
bottom = 2,
|
||||
top = 3,
|
||||
near = 4,
|
||||
far = 5
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user