THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 16/10/2007 at 02:09, xxxxxxxx wrote:
User Information:
Cinema 4D Version:
Platform:
Language(s) : C.O.F.F.E.E ;
---------
I have tried to change the position of the first particle in the Emitter with
tag = Emitter Object->GetFirstTag();
movePosition = tag->GetData();
movePosition[0] = vector(0,250,0);
tag->SetData(movePositon);
tag->Message(MSG_UPDATE);
it works in the ViewPort Render but not the Picture Viewer
Please Help