V
V
Vladislav Orlov2020-05-21 22:16:19
3D
Vladislav Orlov, 2020-05-21 22:16:19

What is a 3D graphics programmer?

And one more thing: what is OpenGL and what is it for?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
McBernar, 2020-05-22
@nagibator2281337

Gl is a hell of a mixture of linear algebra and trigonometry.
At the same time, the concept of working with shaders is incredibly simple - you receive a pixel as input and must return its color back. But there is one peculiarity - this function knows only about one pixel, but knows nothing about neighboring ones. And this feature creates the madness that is going on inside the shader.
Try it, it's interesting to say the least.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question