Noise(a,b)

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 01/09/2008 at 12:09, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   10.1 
Platform:   Windows  ;   
Language(s) :   C.O.F.F.E.E  ;

---------
Hi again :)

can anyone tell me how i can use the Noise(a,b); for example to fill an array?

i think this a a question of fundamental understanding of how classes are used in c.o.f.f.e.e. ?

anyhow, would be cool if someone could help

cheers,
ello

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 01/09/2008 at 12:12, xxxxxxxx wrote:

oh, thanks , got it. i guess i understand a bit more how to use stuff.

learning by doing...

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 11/09/2009 at 09:00, xxxxxxxx wrote:

Please share your knowledge!

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 11/09/2009 at 09:12, xxxxxxxx wrote:

var n = new (Noise); // I would have expected "new Noise();"

var x = n->Noise(a, b...);