THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/02/2004 at 20:05, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 8.100
Platform: Windows ;
Language(s) : C++ ;
---------
Hi
Can anyone tell me how to change the display mode in the display tag into isoparm.
I have a code:
BaseTag *tag = BaseTag::Alloc(Tdisplay);
BaseContainer *con = tag->GetDataInstance();
ObjGrid->InsertTag(tag, NULL);
If i do like this, the display mode will be set to default as Gouraud Shading
Thanks and regards