Material needed for matrix as transform article

This commit is contained in:
Grant Sanderson
2015-10-08 11:14:55 -07:00
parent 9e22e51591
commit 5b986b9a9e
7 changed files with 310 additions and 48 deletions

View File

@ -57,7 +57,7 @@ class Rotating(Animation):
class RotationAsTransform(Rotating):
DEFAULT_CONFIG = {
"axes" : [IN],
"axes" : [OUT],
"radians" : np.pi / 2,
"run_time" : DEFAULT_ANIMATION_RUN_TIME,
"alpha_func" : smooth,