V
V
Valery Demidov2014-05-23 22:25:06
JavaScript
Valery Demidov, 2014-05-23 22:25:06

What are the features of WebGL?

I'm writing a term paper, and now I'm exhausted in search of WebGL features, and in particular three.js. Since there is very little Russian literature, I have already searched in English, but it is empty. Most often they just write, then 3D modeling and that's it. And I need more extensive so that I can cram the info into one point. Please help, because I write the whole course myself. Bo in Russian there is nothing.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2014-05-24
@Fraideron

Read the specification , at least briefly. In particular, these are:
I have little idea how you can describe the "features" of WebGL, since it's just an API for working with 3D graphics, just like OpenGL ES. In fact, this is the only way to access the calculations on the video card from the browser, and already there is a couple of things to search / read on this topic. It will be more helpful to study information about OpenGL directly, understand how the video card is involved in all this and why it calculates all this so much faster than the CPU, and so on.
Three.js, the engine, is essentially a high-level API (WebGL is still low-level) for working with 3D, in which basic things are already implemented.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question