Skip to content

Commit bd34bf7

Browse files
committed
Improve textwriter
1 parent 93cdfd3 commit bd34bf7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

demosys/effects/effect.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,9 @@ def create_projection(self, fov=75.0, near=1.0, far=100.0, ratio=None):
256256
far,
257257
)
258258

259+
# def create_orthogonal_projection(self, left, right, bottom, top, near, far, dtype=None):
260+
# return matrix44.create_orthogonal_projection
261+
259262
def create_transformation(self, rotation=None, translation=None):
260263
"""Convenient transformation method doing rotations and translation"""
261264
mat = None

0 commit comments

Comments
 (0)