Random walk is quite simple. Take a start position, put any object there, then after each step move the object randomly around the last position.

float x, y, z;
for(int i = 0; i < n;i++){
  putObject(x,y,z);
  x+=random();
  y+=random();
  z+=random();
}

Note: Currently uploading another version... looks like vimeo compression is not always great!

Credits

27 Likes

  • fred.freire 7 months ago
    interesting, is this C4D?
    If it is, how did you do?
  • Simon Geilfus 7 months ago
    No, actually the models are created with classic java code, and then rendered with Sunflow.
    So, no c4d here, but i guess, you could do it easily with Expresso I think, or with a cloner object and a random effector.
  • fred.freire 7 months ago
    Its crazy how java and others languages work!
    C4D have really good tools to generate that. Im newbie with xpresso, but Im enjoying very much.
    Thank and keep doing this beauty things.
  •  
  • beckel 7 months ago
    Glad to see you are posting again!
  •  
  • toneburst plus 7 months ago
    Hope the compression makes a better job next time!
    This looks like it should be really cool.

    a|x
  •  
  • AntiVJ 2 months ago
    Wooo, l'encodage du degradé est bien vénere, mais ca donne un style glitchy sympa :)
  •  
This conversation is missing your voice. Take five seconds to join Vimeo or log in.

Advertisement

1 Related collections

Channels Channels

Statistics

  •  
    plays
    likes
    comments
  • Total
    plays 825
    likes 27
    comments 6
  • Dec 18th
    plays 2
    likes 0
    comments 0
  • Dec 17th
    plays 6
    likes 1
    comments 0
  • Dec 16th
    plays 4
    likes 0
    comments 0
  • Dec 15th
    plays 4
    likes 0
    comments 0
  • Dec 14th
    plays 2
    likes 0
    comments 0
  • Dec 13th
    plays 2
    likes 0
    comments 0
  • Dec 12th
    plays 1
    likes 0
    comments 0
  • Dec 11th
    plays 4
    likes 0
    comments 0
Previous Week

Downloads

Please join Vimeo or log in to download the original file. It only takes a few seconds.