Skip to content

Commit

Permalink
Update viz_demo_results.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LilitYolyan authored Jul 13, 2022
1 parent 465571f commit 2a04545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chap10/viz_demo_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
# Get the position of the camera based on the spherical angles
R, T = look_at_view_transform(distance, elevation, azimuth, device=device)

# Render the teapot providing the values of R and T.
# Render the sofa providing the values of R and T.
silhouette = silhouette_renderer(meshes_world=sofa_mesh, R=R, T=T)
image_ref = phong_renderer(meshes_world=sofa_mesh, R=R, T=T)

Expand Down

0 comments on commit 2a04545

Please sign in to comment.