This commit is contained in:
h4570
2022-07-30 14:48:59 +02:00
parent 52a19f11a5
commit b7b32fb35a
25 changed files with 792 additions and 21 deletions
+4 -1
View File
@@ -37,7 +37,10 @@ class Renderer {
void setFrameLimit(const bool& onoff) { core.setFrameLimit(onoff); }
/** Update view frustum for frustum culling. */
/** Update view frustum for frustum culling. 3D support - off */
void beginFrame();
/** Update view frustum for frustum culling. 3D support - on */
void beginFrame(const CameraInfo3D& cameraInfo);
/** VSync and swap frame double buffer. */