🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Slowly but steadily...

Published January 17, 2006
Advertisement
I am still making progress on the Scene Graph Engine. I have a base class "SceneNode" as well as a derived GeometryNode class so far. The way I have the geometry class set up with a "Model" object, which is a fairly simple class containing a pointer to the mesh and texture data. It still seems really messy (though it does work), so I may try to clean that up a bit.

I also implemented an extremely basic resource manager. All it does is load the mesh/texture data from an X-file file and store it in a map of resources. When the resource manager goes out of scope, it iterates through all the resources and destroys them.

The interface is not very user friendly (You basically have to deal with all the node pointers and such). After I get a bit more functionality, I will probably try to add another level of abstraction to make it a bit more user-friendly.
Previous Entry Back to work
Next Entry I hate pointers
0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Profile
Author
Advertisement

Latest Entries

Work work work...

1116 views

It lives...

1024 views

Random thought

1066 views

New semester

1088 views

I hate pointers

1180 views

Back to work

1022 views

Monday-like days

977 views
Advertisement