0

I want to add the outline effect in all, not only border.

How and can do this in Cycles fast?

I've searched for many pages, but all the methods did not work because I did something wrong.

enter image description here

pix
  • 21
  • 6

2 Answers2

0

Consider using freestyle. Please search freestyle. There are many video tutorials on freestyle. Then show your work. You may want to use freestyle with Blender Render to reduce time during your learning experience. You can use the compositor to combine lines with a regular rendered image.

Also you can use the compositor put lines around objects all by itself. The line can be a glow. This is possible because Blender can reveal contrast between a transparent background or object id and the surrounding image.

atomicbezierslinger
  • 14,279
  • 28
  • 42
  • Freestyle only work good for me, if I set 175 -180 degrees edge detection in options, but blender drawing triangles not squares. In mesh I have squares. I add image. – pix Nov 26 '18 at 23:38
0

For rendering the triangulation like that, you could use the Wireframe node (input>>Wireframe).

enter image description here

For rendering squared faces, it's better to use a square texture with an outline, and use a resetted UVmap.

Secrop
  • 3,576
  • 19
  • 20