Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/02/2004 at 06:28, xxxxxxxx wrote:
User Information: Cinema 4D Version: 8.100 Platform: Windows ; Language(s) : C.O.F.F.E.E ;
--------- hi there Iam working with formulaspline for the time being and I have a small problem. as you know ithas x(t) and y(t) and I want to assign a variable[which will change in time accordingly] to x(t) but as I dýd it cinema erases the appereance. Icould notfind a reason for this,it willbe appreciated if u can help. Thanks for reading
On 13/02/2004 at 14:52, xxxxxxxx wrote:
This isn't really a developer support questions. But anyway, to help you we'd have to know what you entered in all of the fields of the formula spline.
On 16/02/2004 at 02:53, xxxxxxxx wrote:
here iswhat ý wrote; var a=100;//arbitrary number for(i=0;i<num;i++) { time=time+1; a=a+1;
bc->SetData(PRIM_FORMULA_X,"a*t"); bc->SetData(PRIM_FORMULA_Y, "120*t*t+5*t"); bc->SetData(PRIM_FORMULA_SAMPLES, 10); Formula->SetContainer(bc);
On 16/02/2004 at 20:05, xxxxxxxx wrote:
You cannot use "a" in this way in your formula, since C4D won't remember what "a" was when you set the formula. Instead convert the number to a string and embed it explicitly in the formula.