|
44 | 44 | // color: "red", |
45 | 45 | // }, |
46 | 46 | halo: true, |
47 | | - // space: true, |
| 47 | + space: true, |
48 | 48 | space: { |
49 | 49 | color: "#111122", |
50 | | - // path: { |
51 | | - // baseUrl: "spacebox/transparent", |
52 | | - // format: "png", //defaults to png |
53 | | - // }, |
| 50 | + // path: { |
| 51 | + // baseUrl: "spacebox/transparent", |
| 52 | + // format: "png", //defaults to png |
| 53 | + // }, |
54 | 54 | // OR |
55 | 55 | // faces: { |
56 | | - // pX: '/som-path-to-an-image/pX', |
57 | | - // nX: '/som-path-to-an-image/nX', |
58 | | - // pY: '/som-path-to-an-image/pY', |
59 | | - // nY: '/som-path-to-an-image/nY', |
60 | | - // pZ: '/som-path-to-an-image/pZ', |
61 | | - // nZ: '/som-path-to-an-image/nZ' |
62 | | - // }; |
| 56 | + // pX: '/som-path-to-an-image/pX.png', |
| 57 | + // nX: '/som-path-to-an-image/nX.png', |
| 58 | + // pY: '/som-path-to-an-image/pY.png', |
| 59 | + // nY: '/som-path-to-an-image/nY.png', |
| 60 | + // pZ: '/som-path-to-an-image/pZ.png', |
| 61 | + // nZ: '/som-path-to-an-image/nZ.png' |
| 62 | + // }, |
63 | 63 | // OR |
64 | | - // preset?: "universe-dark"; |
| 64 | + // preset: "universe-dark" |
65 | 65 | }, |
66 | 66 | // halo: { |
67 | 67 | // scale: 1, |
68 | 68 | // stops: [ |
69 | | - // [0.0, "transparent"], |
70 | | - // [0.2, "skyblue"], |
71 | | - // [0.3, "transparent"] |
| 69 | + // [0.2, "transparent"], |
| 70 | + // [0.2, "red"], |
| 71 | + // [0.4, "red"], |
| 72 | + // [0.4, "transparent"], |
| 73 | + // [0.6, "transparent"], |
| 74 | + // [0.6, "red"], |
| 75 | + // [0.8, "red"], |
| 76 | + // [0.8, "transparent"], |
| 77 | + // [1.0, "transparent"], |
72 | 78 | // ], |
73 | 79 | // } |
74 | 80 | }); |
|
0 commit comments