Quite simple composition, but I still like it, hope you do so.
This shows a way to use the build list to create some randomly placed cubes, randomly colorized, randomly sized and randomly rotated.
It has a rotating camera around the scene too.
The whole thing is placed within a big unlit cube for the background color.
Download app
Attachment | Size |
---|---|
![]() | 7.18 MB |
Download composition
Attachment | Size |
---|---|
![]() | 11.64 KB |
License
Tested with
Comments
Nice. Studying this,
Nice. Studying this, wondering how I could make each cube rotate as the entire scene rotates?
@jersmi thanks !
jersmi thanks !
I know how to rotate them individually using "Copy Object" but then I can't set a different color for each of them.
I guess Allow changing single-value ports to accept lists (turn most nodes into iterators) will allow us that.
Composition attached.
Attachment | Size |
---|---|
![]() | 10.13 KB |
![]() | 48.53 KB |
![]() | 976.6 KB |
A Rotation on Each Cube.vuo
A Rotation on Each Cube.vuo adds a Process List
loop for the rotation and takes away the one for the colors. Maybe you could combine both the colors and rotations into the same Process List
loop.
Full preview