Tuesday, December 6, 2016

2D Week 15: Final Turn-in

This week I worked on some tweaks to the final version of the laser pointer. It now renders a series of debug lines at the point of impact, acting as a drawing tool:




(Approx: 1.5 hrs)

I also rigged the new mesh for the face tree:



(Approx 2 hrs)

Finally I, helped Boo test the blueprint of the final tree. The tree now moves when you enter a trigger box.

Tuesday, November 29, 2016

Week 14, Concept Round: Fancy Edition

This week I worked on making the laser pointer more clear in engine. I kept the debug on the line trace in order to draw the default sprite at the point where the line trace collides with a mesh, as well as added to the blueprint so that the laser mesh scales along with the line trace. To keep this all updating live while the laser button is pressed, I added this functionality to the event tick, and created a new variable to keep track of if the laser button is pressed or not.



Tuesday, November 22, 2016

Week 13, Concept Round: Red Edition

First up this week I made the laser pointer red to better stand out:


Next up I solved an issue with the apple baskets. The apple baskets, due to having their collision settings set so that the baskets used the complex collisions as simple collisions, became too complex to handle in engine and thus fell straight through the floor of our scene. Using convex colliers was also not an option because of the shape of the basket. So, I used five box colliders to add a simple collider to the basket portion until we can create custom colliders in Maya:


Finally, I placed a trigger box around a Tinman to test having him wave when the player approaches him. Ideally we will change this to a blendspace in the future to prevent the animation from popping in the future.


Tuesday, November 15, 2016

Week 12, Concept Round

This week I created a laser pointer for use in our scene:



Tuesday, November 8, 2016

Week 11, Thumbnails and Rigging

This week we did some thumbnails for our environment:



I also tackled rigging our proxy model of the Tinman. In the rig below, most joints are FK with the exception of the IK rigged legs:



Tuesday, November 1, 2016

2D Week 10, Interactivity Blueprints

This week I investigated interactivity in VR using Unreal's example or motion controllers in action. Here is my version of the graph that I recreated in our team's project and the golden mushrooms that are now able to be picked up in our scene:




Tuesday, October 25, 2016

2D Week 09, Proxies and Concept Refinement

First I created a proxy model of a tree in Maya:


Next I brought the leaves and trunk separately into Houdini to scatter them and change their size procedurally. They were brought in separately in order to change the collisions on the leaves to 'none' later in the engine. 


Finally I brought the trees and floor into Unreal:




In a later conversation I discovered that this pipeline was not the ideal solution to our problem of creating a forest, and instead used the Unreal terrain editor to create a more hilly environment and preserve separate UVs on each of the trees: