Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

NBFMaterial Struct Reference

The NBFMaterial structure represents a material. More...

#include <NBF.h>

Inheritance diagram for NBFMaterial:

Inheritance graph
[legend]
Collaboration diagram for NBFMaterial:

Collaboration graph
[legend]
List of all members.

Public Attributes

float3_t ambientColor
 Specifies the ambient part of the material color.
float3_t diffuseColor
 Specifies the diffuse part of the material color.
float3_t emissiveColor
 Specifies the emissive part of the material color.
float opacity
 Specifies the opacity of the material.
float3_t specularColor
 Specifies the specular part of the material color.
float specularExponent
 Specifies the specular exponent of the material color.

Detailed Description

The NBFMaterial structure represents a material.

The object code for a NBFMaterial is NBF_MATERIAL.


Member Data Documentation

float3_t NBFMaterial::ambientColor
 

Specifies the ambient part of the material color.

float3_t NBFMaterial::diffuseColor
 

Specifies the diffuse part of the material color.

float3_t NBFMaterial::emissiveColor
 

Specifies the emissive part of the material color.

float NBFMaterial::opacity
 

Specifies the opacity of the material.

float3_t NBFMaterial::specularColor
 

Specifies the specular part of the material color.

float NBFMaterial::specularExponent
 

Specifies the specular exponent of the material color.


The documentation for this struct was generated from the following file:
Generated on Tue Mar 1 13:20:27 2005 for NVSGSDK by NVIDIA