trimeshloader  1.0.0
Flexible ANSI C trimeshloader 3DS/OBJ
Data Fields
tlMaterial Struct Reference

Structure describing a Material (Colors and/or Texture) More...

#include <trimeshloader.h>

Data Fields

char * name
 Name of the Material. More...
 
float ambient [4]
 RGBA Colors. More...
 
float diffuse [4]
 
float specular [4]
 
float shininess
 Shininess. More...
 

Detailed Description

Structure describing a Material (Colors and/or Texture)

Field Documentation

◆ ambient

float tlMaterial::ambient[4]

RGBA Colors.

◆ diffuse

float tlMaterial::diffuse[4]

◆ name

char* tlMaterial::name

Name of the Material.

◆ shininess

float tlMaterial::shininess

Shininess.

◆ specular

float tlMaterial::specular[4]

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