tcobbs / ldview

Real-time 3D viewer for displaying LDraw models
https://tcobbs.github.io/ldview/
GNU General Public License v2.0
87 stars 17 forks source link

See if type 2 line over type 5 line can prevent smooth shading #72

Closed tcobbs closed 1 year ago

tcobbs commented 1 year ago

A user on ldraw.org pointed out that a type 2 line in a part can overlap a type 5 line from a primitive, and in this case it would be good if the type 2 line prevented smooth shading of adjacent polygons. See here:

https://forums.ldraw.org/thread-27368-post-50299.html#pid50299

tcobbs commented 1 year ago

This functionality already exists. Not sure why the LDraw post didn't see it.