BindAttrib Data Member Function

Binds a channel to a vertex attribute index.

Prototype

int32 BindAttrib( int32 AttributeIndex, int32 ChannelIndex, int32 Count )

Parameters

Parameter Type Parameter Name Documentation
int32AttributeIndexThe index of the attribute to bind.
int32ChannelIndexThe index of the channel to bind to the attribute.
int32CountThe number of items in the channel.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.