Classes

Started by
0 comments, last by dave 18 years, 10 months ago
So far everything I have done has all ben in one file. Create the Window, Window Procedure, Create Direct3D, Setup DirectX etc. What would be the best way to seperate things into classes? Would this be an ok way of going about it: Camera Class -- Position. -- Heading. Basic Object Class -- Position. -- Heading. -- Mesh. -- Texture.
Advertisement
This is one way you could do it...

link

ace

This topic is closed to new replies.

Advertisement