maliput
Material Struct Reference

Detailed Description

Material information for built meshes.

#include <include/maliput/utility/generate_obj.h>

Public Attributes

std::string name
 
math::Vector3 diffuse
 
math::Vector3 ambient
 Kd. More...
 
math::Vector3 specular
 Ka. More...
 
double shininess
 Ks. More...
 
double transparency
 Ns. More...
 

Friends

bool operator== (const Material &matA, const Material &matB)
 1.0 - d More...
 
bool operator== (const Material &matA, const std::string &name)
 

Friends And Related Function Documentation

◆ operator== [1/2]

bool operator== ( const Material matA,
const Material matB 
)
friend

1.0 - d

◆ operator== [2/2]

bool operator== ( const Material matA,
const std::string &  name 
)
friend

Member Data Documentation

◆ ambient

math::Vector3 ambient

Kd.

◆ diffuse

math::Vector3 diffuse

◆ name

std::string name

◆ shininess

double shininess

Ks.

◆ specular

math::Vector3 specular

Ka.

◆ transparency

double transparency

Ns.


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