Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 372 Bytes

File metadata and controls

8 lines (6 loc) · 372 Bytes

Exercise Instruction

Project box to xy-plane

  • Create a box and transform it to a certain location.
  • Create a Projection (can be orthogonal, parallel or perspective) and project the box' vertices onto the xy-plane.
  • Draw the edges of the projected box corners with an Artist of your preference. (tip: Box will help you there...)

projection