Skip to content

Commit

Permalink
Fix typo in DIB-R Phong Shader (#131)
Browse files Browse the repository at this point in the history
* Fix typo in DIB-R Phong Shader

Signed-off-by: Avik Pal <avikpal@iitk.ac.in>

* Fix typo in DIB-R Phong Shader

Signed-off-by: Avik Pal <avikpal@iitk.ac.in>

Co-authored-by: Caenorst <caenorst@hotmail.com> (merge branch 'master')
  • Loading branch information
avik-pal authored and Caenorst committed Jan 20, 2020
1 parent d1ca062 commit 320f527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaolin/graphics/dib_renderer/renderer/phongrender.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from ..rasterizer import linear_rasterizer
from ..utils import datanormalize
from .fragment_shaders.frag_shtex import fragmentshader
from .fragment_shaders.frag_phongtex import fragmentshader
from .vertex_shaders.perpsective import perspective_projection
import torch
import torch.nn as nn
Expand Down

0 comments on commit 320f527

Please sign in to comment.