THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 09/09/2008 at 17:48, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 10.5
Platform: Windows ;
Language(s) : C++ ;
---------
little help in setting a light shadow type
i tried as i looked on the sdk :
BaseContainer *con = light->GetDataInstance();
con->SetParameter(LIGHT_SHADOWTYPE,1);
but give me errors ..
and i try this for the color :
light->SetColor(Vector(255,0,255));
give me errors too ...
before you tell me to see sdk examples ... i havn't them
i download the c++ sdk html files & chm windows help
only the structure of class & api
but no examples ...