I wanna render a 3d model with lines

Take a look at this post (and maybe also this thread.)

Technically, you could achieve this kind of line work by simply using .wireframe property on the material - but that will render all edges on the model (even the ones facing the camera, which are hidden on the screenshot you shared.)

2 Likes