Object in the scene but not visible

Hello everyone!

I have a problem with my simple project.
I have added an object to the scene. But it is not visible.

This is the code:
https://jsfiddle.net/em57ofs1/2/

Please, could someone help me?
Thanks

There are two issues in your fiddle:

  • You won’t see a black line against black background. I suggest you make the line white.
  • You camera is way to close to the origin. Hence, it will not be able to see the much larger lines.

Updated fiddle: https://jsfiddle.net/ce9aqw2b/

1 Like

Thank you a lot for the solution.
:raised_hands: