Uw001
Uw001

Reputation: 363

How to move camera in webgl?

I started to learn webgl, but it's very hard, so I dont know a lot of things. How do I move the camera in the 3D space and how do I set, where to focus?

Upvotes: 2

Views: 8368

Answers (1)

kubetz
kubetz

Reputation: 8556

WebGL is quite low level and doesn't support cameras as such. If you want to see details please refer to this tutorial which is a part of a big tutorial series you might find helpful.

I would recommend you to have a look at three.js which is a lighweight 3D engine built on top of WebGL. See this HTML presentation for a nice introduction into this library.

Upvotes: 6

Related Questions