Week 7
Qt Open Source
I spent most of this week trying to install the Open Source Qt 4.0, but no luck because I was getting linking errors when related to finding GL objects(exp. glLight, glBegin, glEnd…etc).
Scene File Manipulation
The menu bar has been enhanced to incorporate: New Scene, Load Scene. New Scene clears the memory of the currently displaying objects and textures. Load Scene loads a file using Qt’s File Dialog box to load a scene. This was a frustrating process because I was dealing with my own file input object and the scene would only load once. I made the process cleaner by only have input stream when needed: during actual loading. The next step is to allow to save scene, which I will reserve as a future task because this is a matter of creating save functions in all objects to understand how an object can save accordingly. |
 |
Weekly Notes
Project-specific sections:
> Week 1 Notes
> Week 2 Notes
> Week 3 Notes
> Week 4 Notes
> Week 5 Notes
> Week 6 Notes
> Week 7 Notes
> Week 8 Notes
> Week 9 Notes
> Week 10 Notes
> Week 11 Notes
> Week 12 Notes
> Week 13 Notes
> Week 14 Notes
> Week 15 Notes
> Week 16 Notes
> Week 17 Notes
> Week 18 Notes
> Week 19 Notes
> Week 20 Notes
|