Skip to content

Commit

Permalink
✨ add note about iterating quickly when implementing rotations
Browse files Browse the repository at this point in the history
  • Loading branch information
slooi committed Sep 17, 2024
1 parent 221e4a9 commit b6d02cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion learnings.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ const positions3d = [
290, 300, 0,
]
```
- Make sure to use for loops for m3.dot so it can scale to m4.dot super easily
- Make sure to use for loops for m3.dot so it can scale to m4.dot super easily
- Iterate quickly by testing that rotationZ works before doing the other rotations

0 comments on commit b6d02cd

Please sign in to comment.