Is the Irrlicht's scene graph complexity ==I degree require?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Is the Irrlicht's scene graph complexity ==I degree require?

Post by MasterGod »

Hi, no I'm not doing my first degree but I just wanted to know if the data structure of Irrlicht's scene graph is in a level a first degree project would require?
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
JP
Posts: 4526
Joined: Tue Sep 13, 2005 2:56 pm
Location: UK
Contact:

Post by JP »

Are you asking whether irrlicht would provide you with a first class degree at Uni?

The answer to that is obviously no. You won't get any credit for anything to do with irrlicht in your project, only the work that you actually code. If you claim irrlicht's code to be your own then you will fail your degree as that's plagiarism!
Image Image Image
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

Post by Halifax »

JP wrote:Are you asking whether irrlicht would provide you with a first class degree at Uni?

The answer to that is obviously no. You won't get any credit for anything to do with irrlicht in your project, only the work that you actually code. If you claim irrlicht's code to be your own then you will fail your degree as that's plagiarism!
Heh, that's kind of what I gathered from that post. But I think maybe, from my interpretation, that he is asking something else. I think he wants to know if someone made a scene graph like Irrlicht's, if it would be up to first degree standards or something.
TheQuestion = 2B || !2B
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Halifax wrote:I think he wants to know if someone made a scene graph like Irrlicht's, if it would be up to first degree standards or something.
Exactly!! :D
If I made a scene graph like Irrlicht's only the nodes won't be SCENE nodes but something like "graph nodes", would it be a first degree standard?
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
Halifax
Posts: 1424
Joined: Sun Apr 29, 2007 10:40 pm
Location: $9D95

Post by Halifax »

MasterGod wrote:
Halifax wrote:I think he wants to know if someone made a scene graph like Irrlicht's, if it would be up to first degree standards or something.
Exactly!! :D
If I made a scene graph like Irrlicht's only the nodes won't be SCENE nodes but something like "graph nodes", would it be a first degree standard?
Honestly I would like to say no, but I know absolutely nothing about it. But seriously, scene graphs are taught in high school with Computer Concepts 1, and it isn't that hard to graph.
TheQuestion = 2B || !2B
vitek
Bug Slayer
Posts: 3919
Joined: Mon Jan 16, 2006 10:52 am
Location: Corvallis, OR

Post by vitek »

You might learn about data structures [arrays, lists, trees, graphs] in a first or second year class as part of your required curriculum. You may learn about scene graphs in an elective computer graphics type class if you choose to take it. But those classes alone won't get a university degree.

Not all computer science programs require big projects from students. Not all code is written in C++ either, but you can learn a lot of the concepts from Irrlicht.

Travis
Post Reply