+ 17
3D learning without 3d renderer
I'm now learning on 3d graphics without renderer, just using the Visual C# on the Visual studio. Does anyone have any good resources for learning that?
6 Respuestas
+ 9
http://www.rastertek.com/tutindex.html
There are a lot of great 3d tutorials.
+ 7
What about OpenGL? Is that still used?
+ 5
Combining python + C language is good for 3D render
+ 4
Yes but i think that some are going to use Vulkan.
+ 1
maybe phyton help
+ 1
What do you mean by "3D graphics without 3D renderer"?
You can't have 3D graphics without rendering them.
Do you mean realtime vs non-realtime like you have with games vs prerendering for movies?
Do you mean using existing libraries vs rendering more from scratch? For example, using OpenGL vs writing code to calculate every pixel's colour?