Skip to main content
GameDev.net gamedev.net

PRO Tired of ads? Read GameDev.net ad-free and help keep the community independent with GameDev Pro — $3/month.

Project B - 2013-07-23 Update -- Models (with screen shots)

Project B - 2013-07-23 Update -- Models (with screen shots)

Squared'D
Squared'D
Squared'D's Journal · · 1 min read
1,405 0

Project B - 2013-07-23 Update -- Models (with screen shots)



Re-adding models has been more difficult than expected. I guess I've changed things more than I had originally thought. As I was working on the model system, I decided to knock a few things off of my to-do list. I use an component-based entity system. Before, the graphics data and the other information need to define the components for an entity were separate files. The component information was stored in an XML file. I've changed things so now everything will be kept in one binary file. The new binary format is flexible and can keep information for many kinds of components--even components that I haven't though of yet.

I've got models loading and saving, but I'm still working on animations. Here are some screen shots. The model was provided by our team artist.


This shot shows a basic model. There's normal mapping and some glow.
another+screen+shot.png


This shows the front and back of the model. The face is shinier than the body.

female+screen+shot.png


female+screen+shot+001.png


Here's my updated schedule. I'm behind and need to catch up in a hurry.

2013-07-23-TaskList.png

Discussion

Loading comments...