![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include "components/rendering/rendering.h"#include "api/v1/types/tags/classes/render_model.h"#include "api/v1/types/tags/classes/material.h"#include "api/v1/types/tags/classes/shader.h"#include "components/diagnostics/logger/logger.h"#include "components/rendering/bgfx/types.h"
Include dependency graph for models.cpp:Classes | |
| struct | bgfx_model_info_data |
Functions | |
| void | compute_submesh_extents_from_vertices (mesh::submesh *submesh, render_model::meshes_entry *mesh_entry) |
Variables | |
| BlamMap< std::string, bgfx_model_info_data * > | bgfx_render_model_map = BlamMap<std::string, bgfx_model_info_data*>() |
| void compute_submesh_extents_from_vertices | ( | mesh::submesh * | submesh, |
| render_model::meshes_entry * | mesh_entry | ||
| ) |
Here is the caller graph for this function:| BlamMap<std::string, bgfx_model_info_data*> bgfx_render_model_map = BlamMap<std::string, bgfx_model_info_data*>() |