Struct TexturedTrianglesProxy::TextureParams

Nested Relationships

This struct is a nested type of Class TexturedTrianglesProxy.

Struct Documentation

struct TextureParams

Cached texture rendering parameters

Public Members

bool lightEnabled = true
mrpt::viz::TCullFace cullFace = mrpt::viz::TCullFace::NONE
float materialShininess = 0.2f
float materialSpecularExponent = 16.0f
mrpt::img::TColorf materialEmissive = {0, 0, 0, 0}
bool textureInterpolate = false
bool textureMipMaps = true
bool hasTransparency = false
bool hasNormalMap = false