Ornament express
Description:
Investigate strange oddities in Ornament Express, where you’re hired to recover your client’s belongings from an eccentric thief and his train of stolen artifacts. Explore a cabinet of curiosities throughout the train, visit carts holding odd puzzles, odder objects, and find hidden away secrets.
Responsibilities:
- Building the hand collision system.
- Adapting developer tooling for hand posing from VR Expansion Plugin.
- Programming Lead.
- Additional texture support on outside environment and props.
Hand collision system
For the hands in VR we had to strike a balance between realistic collision and usability. Using unreal physics for when the player is holding an object only, ensuring puzzles cant be broken, but the player still as an easy time grabbing objects.
Grab positioning
Adapting a solution from VR Expansion Plugin, in order to quickly be able to pose a lot of hand positions for grabbing objects. Within an object blueprint developers can add a poseable hand, make a pose, and set up mirroring for the left hand. Making creating new objects a lot less of a hassle.