Assimp
v4.1. (December 2018)
|
Represents an extra vertex color channel. More...
Inherits Assimp::LWO::VMapEntry.
Public Member Functions | |
virtual void | Allocate (unsigned int num) |
need to overwrite this function - the alpha channel must be initialized to 1.0 by default More... | |
VColorChannel () | |
![]() | |
VMapEntry (unsigned int _dims) | |
virtual | ~VMapEntry () |
Additional Inherited Members | |
![]() | |
std::vector< bool > | abAssigned |
unsigned int | dims |
std::string | name |
std::vector< float > | rawData |
Represents an extra vertex color channel.
|
inline |
|
inlinevirtual |
need to overwrite this function - the alpha channel must be initialized to 1.0 by default
Reimplemented from Assimp::LWO::VMapEntry.