Hi everyone, I’m fairly new here and trying to create a game while learning the ropes. Currently I’m trying to create a 3D tree chopping game with different sides of a tree giving different scores for chopping.
I am wondering if there is anyway for colliding with my tree (3D) in a radius. At different angles giving out different scores. (Imagine like a pie chart) with different sections giving a (Good chopping spot,Bad spot and 1 shot tree down) as rewards for finding the correct angle to chop the tree?
A friend told me to work with comparing world position of the tree vs the players world position. I am not sure how to do that and wondering if there’s a better way to go for it.