Skip to content

Commit

Permalink
change first sentence of summary
Browse files Browse the repository at this point in the history
  • Loading branch information
EkkiD committed Oct 21, 2014
1 parent 48651a4 commit 7c8da75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modeller/chapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ Finally, we translate the new node by the calculated vector.
``````````````````````````````````````````

## Summary
In this chapter, we examined a simple implementation of a 3D modeller.
Congratulations! We've successfully implemented a tiny 3D modeller!
![Sample Scene](StartScene.png?raw=true)
We saw how to develop a exensible data structure to represent the objects in the scene. We noticed that using the Composite design pattern and a tree
based data structure makes it easy to traverse the scene for rendering and interaction and allows us to add new types of nodes with no added complexity.
Expand Down

0 comments on commit 7c8da75

Please sign in to comment.