#include <surf_api.h>
Class Description
- See also:
- Class NURBSTextureChannel,
NURBSSurface,
Template Class
Tab.
- Description:
- This class holds a table of pointers to all the NURBSTextureChannel
data for a surface. There are methods to returns the table data by
channel or by index and a method to add a new texture channel.
- Data Members:
- private:
Tab<NURBSTextureChannel*>
mTextureChannels;
A table of pointers to the texture channel data.
private:
Friends And Related Function Documentation