We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe15345 commit 4592c56Copy full SHA for 4592c56
app.html
@@ -4622,7 +4622,7 @@
4622
};
4623
return buttonMesh;
4624
4625
-const loginMesh = (() => {
+/* const loginMesh = (() => {
4626
const geometry = new THREE.PlaneBufferGeometry(1, 0.5);
4627
const material = new THREE.MeshBasicMaterial({
4628
color: 0xFFFFFF,
@@ -4653,7 +4653,7 @@
4653
mesh.getIntersectionCandidates = () => [labelMesh, submitMesh];
4654
4655
return mesh;
4656
-})();
+})(); */
4657
4658
const paymentMesh = (() => {
4659
0 commit comments