How to hide rayCast "ray"?

I’m using rayCaster and i wonder how can i hide the ray itself - like in the picture.

Thanks!

Raycaster rays aren’t visible / rendered. :sweat_smile: This must be some other line / helper / artefact.

Thanks - i based all the functionality by This Exmaple, so if you look closely - you’ll see the white ray lines that indicate the center of the part - i want to hide them…

That line is not a ray - it’s just a helper (see here.) If your code is the same as in the example, removing this line should hide the helper.

2 Likes

Thanks!!! that was it

1 Like