|
Hey there,
first of all i am fairly new to the max SDK so things can be pretty puzzling and i didnt find any info in the helpfiles after searching and browsing through it for quite a while.
I need to get an Object’s ObjectID (GBuffer) via the Object class. How would i go about that ?
Kind Regards,
Thorsten
|
|
|
|
You don’t get it from the Object class, but from the node.
See INode::GetGBufID()
|
|
|