YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu created repository ChengduLittleA/blender 2023-02-14 10:20:25 +01:00
YimingWu commented on issue blender/blender#104562 2023-02-14 09:25:52 +01:00
LineArt wrong intersection detection on scene collections containing intersecting object

i beleive that at least there should be a clear flag for that. like "use scene intersections (faster)" enabled by default.

The problem with LineArt is that it's not capable of doing…

YimingWu commented on issue blender/blender#104562 2023-02-14 04:14:03 +01:00
LineArt wrong intersection detection on scene collections containing intersecting object

It's currently expected for LineArt to behave this way. Initially LineArt is designed to only handle triangle and its flags so when it gets into computing, individual triangles doesn't have "which…