Image not available

326x490

1566773463454.jpg

๐Ÿงต Untitled Thread

Anonymous No. 920049

Is programming involved in 3D? I like to program a bit, just started learning 3D

Anonymous No. 920057

Depends on what you want to do

The most programming intensive aspects of 3D are probably gamedev and shader creation. If you're more interested in the programming side, try out GLSL or HLSL shader creation.

https://www.shadertoy.com/
is a website where you can look at other people's GLSL code and see what it does

Also Houdini is procedural modeling tool that is very powerful if you learn their language

YHWH loves you (the person reading this post) No. 920099

>>920049
Rigging and Visual FX involves lots of programming/scripting.

Anonymous No. 920199

>>920057
>>920099
do you need math or algorithm knowledge for that kind of stuff

Anonymous No. 920201

>>920199
for 3d it would be good to have some knowledge of vectors, trig functions (and how to write angles in radians), interpolation and matrices