Difference between revisions of "Render Part C Assignment"
Jump to navigation
Jump to search
(Created page with "Composite mixin") |
|||
Line 1: | Line 1: | ||
− | + | In this studio we will evolve our code from [[Render_Part_B_Assignment]] to add new methods and a new class. | |
+ | |||
+ | [[File:Render_part_c_class_hierarchy.svg]] | ||
+ | |||
+ | Continue editing files in the render/assignment directory. | ||
+ | |||
+ | =Code to Implement= | ||
+ | ==Transform== | ||
+ | ===move=== | ||
+ | ===calculate_bounds=== |
Revision as of 04:23, 17 July 2019
In this studio we will evolve our code from Render_Part_B_Assignment to add new methods and a new class.
Continue editing files in the render/assignment directory.