Notifications
Clear all

[Closed] GetCurrentShadingModel SDK

looking for the DisplayColor from Material to shaded. Similar to the maxscript

displayColor.shaded

is this what I need to use or am I looking at the wrong thing?

GetCurrentShadingModel (const MtlBase &material)

2 Replies

No. It’s different.

you have to use

SetSceneDisplayFlag

(see Interface7 and maxapi.h)

Yes, that was it. Thanks again mate