Posts Tagged ‘ randomwalk ’
This is a screenshot from Blender. I was just screwing around with some Python scripting and new Blender features and got something interesting looking. The yellow dots are the output of a script that I wrote to produce a random walk, a point moving one unit through space in a random direction each step. Then I [ READ MORE ]
I’ve spent a lot of time trying to come up with simple cloud systems to use with Blender. This is the result of one test, in which I used the Python scripting interface to create a model using a random walk. In a random walk you start at the origin and select a random direction to [ READ MORE ]