RubiksCubeSolver icon indicating copy to clipboard operation
RubiksCubeSolver copied to clipboard

Input Color-data?

Open crunchtime-ali opened this issue 11 years ago • 1 comments

I'd like to scan a real cube using a camera but how would I convert the color-values into a suitable format for your library?

crunchtime-ali avatar Feb 05 '15 20:02 crunchtime-ali

You have to convert the color-data into a Rubik. If you have created an instance of a Rubik object you can change the face color of every single face by using rubik.SetFaceColor.

Switcherlapp97 avatar Feb 06 '15 15:02 Switcherlapp97