cae  0.0.0
Cross-API graphics engine
Loading...
Searching...
No Matches
application.cpp File Reference
#include "CAE/Application.hpp"
#include "CAE/Common.hpp"
#include "Utils/File.hpp"
#include "Utils/Logger.hpp"
#include "Utils/Path.hpp"
+ Include dependency graph for application.cpp:

Go to the source code of this file.

Functions

static std::vector< std::shared_ptr< utl::IPlugin > > loadPlugins (const std::unique_ptr< utl::PluginLoader > &loader)
 

Variables

static const std::vector< float > cubeVertices
 

Function Documentation

◆ loadPlugins()

static std::vector< std::shared_ptr< utl::IPlugin > > loadPlugins ( const std::unique_ptr< utl::PluginLoader > & loader)
static

Definition at line 8 of file application.cpp.

References utl::Path::existsDir(), utl::INFO, utl::Logger::log(), and utl::WARNING.

Referenced by cae::Application::setupEngine().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ cubeVertices

const std::vector<float> cubeVertices
static
Initial value:
= {
-0.5f, -0.5f, -0.5f, 1, 0, 0, 0.5f, -0.5f, -0.5f, 0, 1, 0, 0.5f, 0.5f, -0.5f, 0, 0, 1,
0.5f, 0.5f, -0.5f, 0, 0, 1, -0.5f, 0.5f, -0.5f, 1, 1, 0, -0.5f, -0.5f, -0.5f, 1, 0, 0,
-0.5f, -0.5f, 0.5f, 1, 0, 1, 0.5f, -0.5f, 0.5f, 0, 1, 1, 0.5f, 0.5f, 0.5f, 1, 1, 1,
0.5f, 0.5f, 0.5f, 1, 1, 1, -0.5f, 0.5f, 0.5f, 0, 0, 0, -0.5f, -0.5f, 0.5f, 1, 0, 1,
-0.5f, 0.5f, 0.5f, 1, 0, 0, -0.5f, 0.5f, -0.5f, 0, 1, 0, -0.5f, -0.5f, -0.5f, 0, 0, 1,
-0.5f, -0.5f, -0.5f, 0, 0, 1, -0.5f, -0.5f, 0.5f, 1, 1, 0, -0.5f, 0.5f, 0.5f, 1, 0, 0,
0.5f, 0.5f, 0.5f, 1, 0, 1, 0.5f, 0.5f, -0.5f, 0, 1, 1, 0.5f, -0.5f, -0.5f, 1, 1, 1,
0.5f, -0.5f, -0.5f, 1, 1, 1, 0.5f, -0.5f, 0.5f, 0, 0, 0, 0.5f, 0.5f, 0.5f, 1, 0, 1,
-0.5f, -0.5f, -0.5f, 1, 0, 0, 0.5f, -0.5f, -0.5f, 0, 1, 0, 0.5f, -0.5f, 0.5f, 0, 0, 1,
0.5f, -0.5f, 0.5f, 0, 0, 1, -0.5f, -0.5f, 0.5f, 1, 1, 0, -0.5f, -0.5f, -0.5f, 1, 0, 0,
-0.5f, 0.5f, -0.5f, 1, 0, 1, 0.5f, 0.5f, -0.5f, 0, 1, 1, 0.5f, 0.5f, 0.5f, 1, 1, 1,
0.5f, 0.5f, 0.5f, 1, 1, 1, -0.5f, 0.5f, 0.5f, 0, 0, 0, -0.5f, 0.5f, -0.5f, 1, 0, 1}

Definition at line 122 of file application.cpp.

Referenced by cae::Application::start().