Patch - Sun Camera - V10.5.2

This commit is contained in:
2025-05-26 13:52:00 +02:00
parent dbd27d1fe7
commit eb2cd17ec3
9 changed files with 156 additions and 246 deletions

View File

@@ -231,6 +231,8 @@ private :
display_plane_class* display_plane_;
int screen_width_, screen_height_;
camera_class* camera_;
camera_class* sun_camera_;
camera_class* active_camera_;
position_class* position_;
int drawcalls_;
@@ -320,6 +322,7 @@ private :
// ------------------------------------------------- //
input inputs_;
bool tab_was_pressed_;
};
#endif