3DStreet / 3dstreet

🚲🚶🚌 Web-based 3D visualization of streets using A-Frame
https://3dstreet.app
Other
258 stars 33 forks source link

third-person character animation #338

Open kfarr opened 1 year ago

kfarr commented 1 year ago

as a viewer exploring a scene, I would enjoy having a video game character that I can control to provide a sense of embodiment and scale, and a way to obviously interact with the scene

a few potential solutions:

selection / characters to support:

how to choose between different characters to control?

collision / navmesh:

vincentfretin commented 1 year ago

joystick example from vincent --> https://aframe-joystick-third-person.glitch.me/

That's not me. This uses an adapted version of the old aframe-joystick component based on old nipplejs version I think. The nipple controls I did in aframe-extras master is different, based on latest nipplejs version and support the navmesh.

kfarr commented 1 year ago

chase camera https://discourse.threejs.org/t/how-to-make-the-camera-rotate-around-a-moving-object-and-follow-the-object/37065/12