Hi, okay so, I’ve set up floor so that it rotates along it’s axis according to values it gets from the mouse. However, if I actually play the game, if I start tilting the board it starts to shake uncontrollably. I assume that the problem has something to do using “Clamp” so that the values from the mouse can’t go outside of -40,0 to 40,0, but I can’t figure out what the problem can be.
I’ve tried to write the code exactly as the lecture specifies, can anyone give some guidance or help with this?