Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. so brant:
  2.  
  3. the feature is already accidentally in there.
  4.  
  5. Like I said before, we're using Conrad Rider's VisualCube image-generator to generate all of the cube images on the fly.
  6.  
  7. When you make (or edit) a case group (OLL/PLL/etc) you have an input available for "VisualCube suffix" or something like that.
  8.  
  9. Before, I just had you input the 'oll' into that box, but you can add additional stuff there.
  10.  
  11.  
  12.  
  13. Reference:
  14. http://cube.crider.co.uk/visualcube.php
  15.  
  16. All of my cube images are basically generated like this:
  17. http://cube.crider.co.uk/visualcube.php?fmt=gif&size=200&alg=S2M2E2
  18.  
  19. after the .php part, there are a bunch of different parameters
  20.  
  21. for example:
  22. fmt=gif makes the image render as a .gif format
  23. size=200 makes the image have dimensions of 200px * 200px
  24. alg=S2M2E2 applies the alg "S2 M2 E2" to a solved cube.
  25.  
  26. In addition to these parameters, we have MORE available to us that we haven't been using.
  27.  
  28. For example:
  29. 'view' is another parameter we have available to us.
  30. In particular, 'view=plan' makes us view the image from the top of the cube.
  31. Example: http://cube.crider.co.uk/visualcube.php?fmt=gif&size=200&alg=S2M2E2&view=plan
  32.  
  33.  
  34. BONUS FUN!!!!
  35.  
  36. We can (right now!) add 2x2 algs as well.
  37. Similarly to above, just add
  38. &pzl=2 to the end of the suffix
  39.  
  40.  
  41.  
  42.  
  43. tl;dr
  44. when making the zbll set, make the "visualcube suffix" like this:
  45. zbll&view=plan
  46.  
  47. if you do this, all generated images will have the zbll 'mask' (which I don't think is anything) and will be seen top-down.
  48.  
  49. Stachu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement