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

texCoordSet_t Struct Reference

The texCoordSet_t structure specifies how a texture coordinate set is stored in a .NBF file. More...

#include <NBF.h>

List of all members.

Public Attributes

uint_t numTexCoords
 Specifies the number of texture coordinates contained in the actual set.
uint_t coordDim
uint_t texCoords
 Specifies the file offset to the contained texture coordinates.


Detailed Description

The texCoordSet_t structure specifies how a texture coordinate set is stored in a .NBF file.

Texture coordinate sets, in this context, need to be considered in conjunction with NBFGeoSet objects.


Member Data Documentation

uint_t texCoordSet_t::numTexCoords
 

Specifies the number of texture coordinates contained in the actual set.

uint_t texCoordSet_t::coordDim
 

Specifies the dimension, in terms of float, of the contained texture coordinates. Texture coordinates can be either one, two, three, or four dimensional.

uint_t texCoordSet_t::texCoords
 

Specifies the file offset to the contained texture coordinates.


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