![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Declares the Project class for managing animations, rendering, and display operations. More...
#include <Arduino.h>
#include "../../Engine/Engine.h"
#include "../../Scene/Scene.h"
#include "../../Camera/CameraManager/CameraManager.h"
#include "../../Controller/Controller.h"
#include "../../Utils/Filter/RunningAverageFilter.h"
#include "Utils/Debug.h"
#include "../UserConfiguration.h"
Go to the source code of this file.
Classes | |
class | Project |
Manages animations, rendering, and display operations. More... | |
Declares the Project class for managing animations, rendering, and display operations.
This file defines the Project class, which integrates camera management, scene rendering, and display updates while maintaining performance statistics.
22/12/2024 22/12/2024 Coela Can't! Coela Can't
Definition in file Project.h.