freshfork / p5.EasyCam

A p5.js library for easy 3D camera control.
https://freshfork.github.io/p5.EasyCam
MIT License
137 stars 33 forks source link

example showing camera from a specific coordinate #3

Closed jtoy closed 4 years ago

jtoy commented 4 years ago

how would you set the camera as if we were looking from the first person point of view? I am not able to get that to work looking through the examples and docs. is this something easycam can do?

jwdunn1 commented 4 years ago

First-person PoV is precisely why I created p5.RoverCam. See: https://github.com/freshfork/p5.RoverCam

jtoy commented 4 years ago

thanks, I found that afterwards and already tested it out, thanks! It looks good, I'll send feedback in the other repo.

jwdunn1 commented 4 years ago

I added a link for RoverCam to the readme. Closing this issue.

jtoy commented 4 years ago

great, thanks!