Skip to content
Snippets Groups Projects
Commit ed5a8dcd authored by Greg Fodor's avatar Greg Fodor
Browse files

Change near dist on cursor controller pull to prevent grab/cursor confusion

parent 69868197
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ AFRAME.registerComponent("cursor-controller", {
cursor: { type: "selector" },
camera: { type: "selector" },
far: { default: 3 },
near: { default: 0 },
near: { default: 0.06 },
cursorColorHovered: { default: "#2F80ED" },
cursorColorUnhovered: { default: "#FFFFFF" },
rayObject: { type: "selector" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment