Help with FirstPersonControls

hello ,
im trying to implement a simple scene with movement and physics using cannonjs to achieve that i found out that FirstPersonControls has my desired affect , my question is , can i link the movement to a 3d object so the physics of that object can be linked to the camera to mimic a real character movement ,im thankful for any information or maybe a link to an article that can help

check this example, it uses an extended pointer lock control to support physics

2 Likes

hello , thank you for the quick reply , actually im avoiding pointer lock control because it locks the mouse out , and im going to need the mouse to hover over things and click them on my project thats why im trying with first person control instead