|
Botcraft 1.21.10
|
#include <Model.hpp>
Public Member Functions | |
| FaceDescriptor () | |
Public Attributes | |
| Renderer::FaceTransformation | transformations |
| Orientation | orientation |
| Renderer::Face | face |
| std::vector< std::string > | texture_names |
| Orientation | cullface_direction |
| std::vector< bool > | use_tintindexes |
|
inline |
Definition at line 23 of file Model.hpp.
References texture_names, and use_tintindexes.
| Orientation Botcraft::FaceDescriptor::cullface_direction |
Definition at line 32 of file Model.hpp.
Referenced by Botcraft::Model::Model().
| Renderer::Face Botcraft::FaceDescriptor::face |
Definition at line 30 of file Model.hpp.
Referenced by Botcraft::Model::Model().
| Orientation Botcraft::FaceDescriptor::orientation |
Definition at line 29 of file Model.hpp.
Referenced by Botcraft::Model::Model().
| std::vector<std::string> Botcraft::FaceDescriptor::texture_names |
Definition at line 31 of file Model.hpp.
Referenced by FaceDescriptor(), and Botcraft::Model::Model().
| Renderer::FaceTransformation Botcraft::FaceDescriptor::transformations |
Definition at line 28 of file Model.hpp.
Referenced by Botcraft::Model::Model().
| std::vector<bool> Botcraft::FaceDescriptor::use_tintindexes |
Definition at line 33 of file Model.hpp.
Referenced by FaceDescriptor(), and Botcraft::Model::Model().