|
Botcraft 1.21.10
|
#include <Atlas.hpp>
Public Attributes | |
| std::pair< int, int > | size |
| <Width, Height> | |
| std::pair< int, int > | position |
| <Col, Row> | |
| Transparency | transparency |
| Animation | animation |
| Animation Botcraft::Renderer::TextureData::animation |
Definition at line 18 of file Atlas.hpp.
Referenced by Botcraft::Entity::InitializeFaces(), and Botcraft::Blockstate::UpdateModelsWithAtlasData().
| std::pair<int, int> Botcraft::Renderer::TextureData::position |
<Col, Row>
Definition at line 16 of file Atlas.hpp.
Referenced by Botcraft::Entity::InitializeFaces(), and Botcraft::Blockstate::UpdateModelsWithAtlasData().
| std::pair<int, int> Botcraft::Renderer::TextureData::size |
<Width, Height>
Definition at line 14 of file Atlas.hpp.
Referenced by Botcraft::Entity::InitializeFaces(), and Botcraft::Blockstate::UpdateModelsWithAtlasData().
| Transparency Botcraft::Renderer::TextureData::transparency |
Definition at line 17 of file Atlas.hpp.
Referenced by Botcraft::Entity::InitializeFaces(), Botcraft::Renderer::Atlas::LoadData(), and Botcraft::Blockstate::UpdateModelsWithAtlasData().