3d graphics | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

3d graphics

Is it possible to create 3d graphics with java without any framework. only using java awt. What should I study?

6th Sep 2018, 7:46 PM
Ilias
Ilias - avatar
2 Answers
+ 11
You can make 3D out of 2D and good maths. (you have to learn perspectives, trigonometry, projection...)
6th Sep 2018, 8:28 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 1
Java Game development. Some resources https://www.sololearn.com/discuss/622803/?ref=app
6th Sep 2018, 8:40 PM
Manual
Manual - avatar