Unravel Engine C++ Reference
|
#include "mesh.h"
#include "camera.h"
#include "generator/generator.hpp"
#include <graphics/index_buffer.h>
#include <graphics/vertex_buffer.h>
#include <logging/logging.h>
#include <memory/checked_delete.h>
#include <algorithm>
#include <cmath>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | unravel |
namespace | unravel::mesh_optimizer |
Functions | |
auto | unravel::operator< (const mesh::adjacent_edge_key &key1, const mesh::adjacent_edge_key &key2) -> bool |
auto | unravel::operator< (const mesh::mesh_submesh_key &key1, const mesh::mesh_submesh_key &key2) -> bool |
auto | unravel::operator< (const mesh::weld_key &key1, const mesh::weld_key &key2) -> bool |
auto | unravel::operator< (const mesh::bone_combination_key &key1, const mesh::bone_combination_key &key2) -> bool |