WindowsVista42 / UNT_4430_Project

1 stars 0 forks source link

WHITEBOX - inspecting objects #13

Open WindowsVista42 opened 2 years ago

WindowsVista42 commented 2 years ago

Provide a way for the player to click on an object to inspect it. Preferably, the player can also click-drag to rotate the object. I'm thinking something like Skyrim's item inspection would be cool to see, and there seems to be a lot of good online tutorials on how to do this.

We are working in a first-person environment, so a possible good starting point is using the first-person example project that Unreal Engine provides and working from there. Or, start with a tutorial and work from there.