Skip to content

Commit

Permalink
Add note about flat shading and Grow in Standard Material page
Browse files Browse the repository at this point in the history
  • Loading branch information
tetrapod00 committed Oct 18, 2024
1 parent 9a44730 commit e55dffb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tutorials/3d/standard_material_3d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,12 @@ make it black and unshaded, reverse culling (Cull Front), and add some grow:

.. image:: img/spatial_material11.png

.. note::

For Grow to work as expected, the mesh must have connected faces with shared
vertices, or "smooth shading". If the mesh has disconnected faces with unique
vertices, or "flat shading", the mesh will appear to have gaps when using Grow.

Transform
---------

Expand Down

0 comments on commit e55dffb

Please sign in to comment.