I've been working harder on updating the game than updating this blog. I've made a lot of changes and additions.- When a player walks inside a building, the roof disappears.
- Units other than Players now exist in the world.
- When you mouse over an item, or a NPC, or anything else, the mouse cursor changes to reflect a default interaction with that object.
- Units (a class of objects that includes Players) now draw shadows beneath them, so it's obvious that they are standing on the ground.
- When you are preparing to drop an item on the ground, an item 'shadow' appears in the world where the item will be dropped.
I have a cell-bio test coming up on Monday, so I need to study for that. Today, I'm only going to work on one thing: implementing a visibility culling test so I can reduce the number of objects I'm drawing per frame. I anticipate that this will net me a 1.5x speedup, or possibly more.
0 comments:
Post a Comment