Skip to content

Commit 032d1d7

Browse files
committed
Viewmodel section
1 parent 08cdbcc commit 032d1d7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/blogs/shootandbuild_october.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ Other than tweaking acceleration and jump, I was forced by our animator to make
6262

6363
Now throwing a grenade isn't just an instant thing, it has a proper viewmodel animation. If you decide to hold your grenade, there'll be a proper UI showing how much time is left before it blows up in your hand. This may appear as a nerf, but in exchange grenades now have a larger explosion radius.
6464

65+
<Heading title="Viewmodel animations" caption="by matek" />
66+
<Video src="viewmodel.mp4" />
67+
68+
I find that procedural animations for view models are extremely important for first person games. It adds a layer of polish and fluidity to the view models that is essential. You'll notice that when you look around, jump, crouch, sprint, etc. all of these are procedurally done.
69+
6570
<Heading title="User Interface" caption="by matek" />
66-
<ImageCollage images={["lobbies.png", "settings.png"]} />
71+
<ImageCollage images={["lobbies.jpg", "settings.jpg"]} />
6772

68-
There's progress on implementing UI for all game things. Settings now allow adjusting view distance, FOV, and applying some graphics settings like retro mode and colorblindness filters. Lobby creation menu is also under development.
73+
I've been working through the mockups that wheatley has designed and implementing them. We have some interesting settings this time around allowing for the adjustment of view distance, FOV, "retro mode" and colorblind options.
6974

7075
<Heading title="Chat Improvements" caption="by wheatleymf" />
7176
<Video src="chat.mp4" />

0 commit comments

Comments
 (0)