All informations related to material are stored here. More...
#include <pinocchio/parsers/mjcf/mjcf-graph.hpp>
Public Types | |
typedef boost::property_tree::ptree | ptree |
Public Member Functions | |
void | goThroughElement (const ptree &el) |
Go through a ptree node to look for material tag related. | |
Public Attributes | |
float | emission = 0 |
float | reflectance = 0 |
Eigen::Vector4d | rgba = Eigen::Vector4d::Constant(1) |
float | shininess = 0.5 |
float | specular = 0.5 |
std::string | texture |
All informations related to material are stored here.
Definition at line 228 of file mjcf-graph.hpp.
typedef boost::property_tree::ptree ptree |
Definition at line 230 of file mjcf-graph.hpp.
Go through a ptree node to look for material tag related.
el | ptree material node |
float emission = 0 |
Definition at line 240 of file mjcf-graph.hpp.
float reflectance = 0 |
Definition at line 234 of file mjcf-graph.hpp.
Eigen::Vector4d rgba = Eigen::Vector4d::Constant(1) |
Definition at line 232 of file mjcf-graph.hpp.
float shininess = 0.5 |
Definition at line 236 of file mjcf-graph.hpp.
float specular = 0.5 |
Definition at line 238 of file mjcf-graph.hpp.
std::string texture |
Definition at line 242 of file mjcf-graph.hpp.