neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::game::mesh_filter Struct Reference

#include <mesh_filter.hpp>

Classes

struct  meta
 

Public Attributes

shared< game::meshsharedMesh
 
std::optional< game::meshmesh
 
std::optional< mat44transformation
 

Detailed Description

Definition at line 33 of file mesh_filter.hpp.

Member Data Documentation

◆ mesh

std::optional<game::mesh> neogfx::game::mesh_filter::mesh

Definition at line 36 of file mesh_filter.hpp.

◆ sharedMesh

shared<game::mesh> neogfx::game::mesh_filter::sharedMesh

Definition at line 35 of file mesh_filter.hpp.

◆ transformation

std::optional<mat44> neogfx::game::mesh_filter::transformation

Definition at line 37 of file mesh_filter.hpp.


The documentation for this struct was generated from the following file: