Blender Git Commit Log
Git Commits -> Revision 55f1222
Revision 55f1222 by Clément Foucault (master) August 23, 2018, 11:56 (GMT) |
3D Grid: Fix grid passing through objects too much For this we need to add a bias depending on the viewing angle. But increasing the hardness of the test make float precision issues in the mesh transformation more prominent (actual geometry is far below the surface). So to solve this issue we use a more subdivided grid mesh 8x8 quads instead of 1 triangle. |
Commit Details:
Full Hash: 55f122264c7faeedb4cdb1b3d1038ac3af28f6f2
Parent Commit: 0cbbcac
Lines Changed: +53, -9