Skip to content

Commit 4a289a6

Browse files
authored
Merge pull request #179 from ungzs1/master
Update camera.py
2 parents eae74f3 + 13f1afe commit 4a289a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrender/camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def get_projection_matrix(self, width=None, height=None):
207207

208208

209209
class OrthographicCamera(Camera):
210-
"""A perspective camera for perspective projection.
210+
"""An orthographic camera for orthographic projection.
211211
212212
Parameters
213213
----------

0 commit comments

Comments
 (0)