cubing / cubing.js

🛠 A library for displaying and working with twisty puzzles. Also currently home to the code for Twizzle.
https://js.cubing.net/cubing/
GNU General Public License v3.0
245 stars 44 forks source link

experimental-stickering-mask-orbits #333

Closed BakiTANRISEVEN closed 1 month ago

BakiTANRISEVEN commented 2 months ago

Goal

I want to make some parts of the cube gray like in the picture below. But for example; In the "FU" section, F should be the default color (front side) and U should be gray (top side).

Possible solution

Hello, Mr. Lucas Garron, file named "chunk-V3QXNKMU.js" lines: codes at 1435: "var ke = { 4: { v: ["DFR", "DLF", "DRL", "FLR"], e: ["FR", "LF", "DF", "DL", "RD", "RL"], c: ["DF", "FD", "RL", "LR"] }, 6 : { v: ["URF", "UBR", "ULB", "UFL", "DFR", "DRB", "DBL", "DLF"], e: ["UF", "UR", " UB", "UL", "DF", "DR", "DB", "DL", "FR", "FL", "BR", "BL"], c: ["UB", "LU" , "FU", "RU", "BU", "DF"] }, "

<twisty-player experimental-stickering-mask-orbits="EDGES:----IIIIIIIII,CORNERS:----IIII,CENTERS:-IIIII" visualization ="PG3D">

I want to make some parts of the cube gray like in the picture below. But for example; In the "FU" section, F should be the default color (front side) and U should be gray (top side).

Cube

Alternatives

No response