All informations related to a texture are stored here. More...
#include <mjcf-graph.hpp>
Public Attributes | |
std::string | filePath |
Eigen::Vector2d | gridsize = Eigen::Vector2d::Constant(1) |
std::string | textType = "cube" |
All informations related to a texture are stored here.
Definition at line 215 of file mjcf-graph.hpp.
std::string pinocchio::mjcf::details::MjcfTexture::filePath |
Definition at line 220 of file mjcf-graph.hpp.
Eigen::Vector2d pinocchio::mjcf::details::MjcfTexture::gridsize = Eigen::Vector2d::Constant(1) |
Definition at line 222 of file mjcf-graph.hpp.
std::string pinocchio::mjcf::details::MjcfTexture::textType = "cube" |
Definition at line 218 of file mjcf-graph.hpp.