Hello,
would it be able to create the rubic cube in dynamo?
Hello,
would it be able to create the rubic cube in dynamo?
Amigo @Draxl_Andreas buenas. it’s easier said than make, i want my batch of winner of the challenge!!
Colors are i think basic ones - Green, Blue, Yellow, Red, white, orange
intresting is the translatition process in correlation with circles!
like full move, half move,…
Hello
The intersection with the plane of the moving objects (may be a possible track, but the rotate duplicates the objects)
Who spins relative to whom and when
it’s sport (I’m not smart enough)
I appreciate the nice post
Cordially
christian.stan
Looked into this briefly a few months back.
Each cube cannot have it’s display colors changed, but the location can be altered via rotational transforms. There are 26 cubes, and 9 possible transform locations with a + or - rotation (so 18 possible transform actions). Running the transforms in series will get you to any given matrix.
From a Dynamo perspective it’s a matter of pairing the rotational transforms (as a coordinate system) to a bounding box, and using that box to identify the cuboids which are manipulated by any given move. From there rotating the cubes into position should be fairly straight forward.
Wouldn’t it use less computational power if you just calculated what colour it was meant to be and then fed that info the the cube on each move?
Unless of course you’re doing a fully animated one with 1/4 and 1/2 turns of the cube.
But even then surely it’d be faster to move the colours rather than the cube seeing as you’re only seeing it from one direction.
My thought was for an animation, yes.
Storing the net location of each cube in an external file, read that in as the start point, and give it ‘n’ frames of rotation on each selected rotation.
The hard part: decent UI for selecting which rotation to make of the 18 (assuming no 180 degree turns - just do two 90 degree ones).
Why store externally? Although there are 43 quintillion combinations that’s not what’s important?
The actual movement is pretty simple?
There are 16? possible moves each time (if a move is only 90 degrees)
So if you update the positional matrix each time.
Sorta thinking out loud here…
But the animation only needs 16 ‘moves’ of the basic cube (obvs depends how smooth you make it as to how many positions each move has)
Save game.
nah, if you quit some external force randomises it for you when you pick it up again…
To each his own… loading a user challenge could also be a nice feature though.
I think people should grasp the pain of having a ‘helpful’ adult or irritating sibling…
If you scroll down to " Anti-Sune" …
I like how you can see the colours even though you can’t see those faces:
If a human can do 43 quintillion combinations in under 10 seconds why bother.
just a thought…
A human can do that?!
That’s 20 moves tho, not all the combinations… Doing all those combinations would take an age.
@Alien ,
I think geometry must be based on a sphäre…
…how to let the cube move corresponding to the rotation?
Would it not be easier plotting 6 points (the centres of the centre cubes) and rotating around those?
@Alien ,
hmmm… i have to think about later