BRL-CAD
mater_info Struct Reference

#include <mater.h>

Data Fields

float ma_color [3]
 explicit color: 0..1
More...
 
float ma_temperature
 positive ==> degrees Kelvin More...
 
char ma_color_valid
 non-0 ==> ma_color is non-default More...
 
char ma_cinherit
 color: DB_INH_LOWER / DB_INH_HIGHER More...
 
char ma_minherit
 mater: DB_INH_LOWER / DB_INH_HIGHER More...
 
char * ma_shader
 shader name & parms More...
 

Detailed Description

Container for material information

Definition at line 38 of file mater.h.

Field Documentation

◆ ma_color

float ma_color[3]

explicit color: 0..1

Definition at line 39 of file mater.h.

◆ ma_temperature

float ma_temperature

positive ==> degrees Kelvin

Definition at line 40 of file mater.h.

◆ ma_color_valid

char ma_color_valid

non-0 ==> ma_color is non-default

Definition at line 41 of file mater.h.

◆ ma_cinherit

char ma_cinherit

color: DB_INH_LOWER / DB_INH_HIGHER

Definition at line 42 of file mater.h.

◆ ma_minherit

char ma_minherit

mater: DB_INH_LOWER / DB_INH_HIGHER

Definition at line 43 of file mater.h.

◆ ma_shader

char* ma_shader

shader name & parms

Definition at line 44 of file mater.h.


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