Skip to main content

CAGD 373 Week 2 Sprint Review

  This sprint, I focused on creating a second modular kit that could function for both the brick warehouse found on experimentation as well as the brick walls found within the facility.



The warehouse kit was much simpler than last sprint’s scaffolding, so the modeling portion was very easy. The difficult part of this kit was setting up the UVs so that the brick texture would tile well on the trim sheet. The approach I took to this was to make the bricks align with the same grid I used in maya, so a 10x10 grid, with each brick occupying a 2x1 space on that grid. This worked surprisingly well! Some pieces needed to be shifted and scaled around so that the tiling would be smooth, but this was still pretty easy.





The second texture I needed to create was the sheet metal that the roof of the warehouse is made out of. To accomplish this, I booted up designer and got a hold of a tiling gradient bitmap. I converted that gradient to normal data, and then by applying that to the texture I could achieve the waviness of the sheet metal texture on a flat plane. However, using normal data only meant that when unlit, the texture still looked quite flat. So I exported the same gradient as color information and then applied that on top of the texture. By setting the blend mode to multiply and lowering the opacity, I was able to achieve as pseudo-ambient occlusion that gave the texture some more depth to it, even when unlit.



The final thing I worked on this week was the texture for the scaffolding kit. For this I created a 2x2 trim sheet. The bottom left would be the grate texture for the floors, the bottom right would be the base of the railing, and the top left and right would be the yellow metal of the railing itself.





Comments

Popular posts from this blog

CAGD 370 Blog Post 5 - Final Sprint and Postmortem

  The Final Prototype is officially done! And this final sprint has definitely been the most intense yet. While not perfect, I’m very happy with the game that me and my team have made, and I feel a lot of motivation to start a brand new project! But before I get ahead of myself, it’s a great time to reflect on the last two weeks and this project as a whole. To start off our final sprint, I once again made adjustments to the pole vaulting. I made the impulse of the vault scale with how close you got to the pole, which meant that not only could the player not get an immense movement boost from a standstill, but also that there was now a “sweet spot” to aim for to get the most vertical height out of the vault. To help players seek out this sweet spot, I also took the time to create a charge-indicating progress bar next to the player that would fill up the closer they got to the sweet spot. The bar progressively fills as the player approaches the sweet spot After this, my lead de...

CAGD 370 Blog Post 1

  In CAGD 370, my new group and I have just started working on a new project currently titled Thunder Vault! It’s a 3D Platformer where the player has to rely on their pole vaulting skills and momentum-based physics to clear levels as quickly as possible! Andrew Kostlan is the Lead Designer, Anish Neupane is the Producer, and I am the Programmer of this project. In our first 2 week sprint, We’ve set up our backlog, developed and tested our paper prototype, and created our Unreal Project File and set up Github Version Control from within the project! As the Programmer, I was the one to set up the Unreal Project this week. I chose Unreal Engine version 5.5.3 since it’s the latest release, so that we’ll have access to all the latest features during development. The next thing I did was set up Git Version Control within Unreal. I recently purchased a new computer, and didn’t move over anything from my old machine so that I could have a fresh, uncluttered start. A consequence of this th...

CAGD 370 Blog Post 2 - Thunder Vault Movement Prototype V1!

  The game has made a great deal of progress in our second sprint! With the unreal project and gthub set up, it was finally time to start programming the movement. I started with the Unreal Third Person Template, because it comes with a functional player character using Unreal’s Character Movement Component, as well as a nice level to play around with the movement. I began by tweaking the parameters of the Character Movement Component. The Lead Designer wanted the player to build up speed on the ground that can be translated to the air using the pole vault, and so I raised the max speed on the player and lowered the acceleration, which made our character control not dissimilarly to how Sonic The Hedgehog might. The next tweak I made was greatly lowering the jump height. While we still wanted the jump to be an option, we want players to rely heavily on the pole vault for moving vertically. With the basic movement configured to how we liked, now it was time to start with the pole...