remove bin_size from the settings in the tutorials

Summary: Remove `bin_size` and `max_faces_per_pixel` from being specified. This means the coarse-to-fine rasterization will be used by default and will help avoid confusion with the naive version.

Reviewed By: jcjohnson

Differential Revision: D20908905

fbshipit-source-id: c181c88e844d888aa81a36870918307961dc1175
This commit is contained in:
Nikhila Ravi
2020-04-08 10:05:04 -07:00
committed by Facebook GitHub Bot
parent 0fecb2ddb9
commit 474c8b456a
3 changed files with 3 additions and 12 deletions

View File

@@ -322,8 +322,6 @@
" image_size=512, \n",
" blur_radius=0.0, \n",
" faces_per_pixel=1, \n",
" bin_size = None, # this setting controls whether naive or coarse-to-fine rasterization is used\n",
" max_faces_per_bin = None # this setting is for coarse rasterization\n",
")\n",
"\n",
"# Place a point light in front of the object. As mentioned above, the front of the cow is facing the \n",