How can we create 3d objects?, like an hesfera. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can we create 3d objects?, like an hesfera.

15th Jul 2019, 10:50 PM
Muhamind
6 Answers
+ 7
Blender is a great free and open source tool for creating 3D objects. You can import them into game engines or even on the web with frameworks like three.js. It has a bit of a steep learning curve and can be cumbersome at first, but it's very powerful.
17th Jul 2019, 5:08 AM
Mike Perkowski
Mike Perkowski - avatar
+ 3
They model them by hand in a piece of software made for making 3D objects. Blender is one of those pieces of software. If you’re interested in it, I’d recommend looking up blender tutorials on youtube. Blender Guru is a great channel for all levels of 3D modeling.
17th Jul 2019, 7:22 PM
Mike Perkowski
Mike Perkowski - avatar
+ 3
Blender has some scripting capabilties but it’s mostly just like a CAD software. It has a nice GUI. However, after your last question I dont think blender is what you’re looking for. To create a scene (a 3D place where you can put objects) you can use different libraries to accomplish this depending on the language. For web tech with HTML, CSS and JS you can use something like three.js or p5.js in an HTML document to make a scene and add objects. Game engines like Unity or Unreal Engine can be used to make cross platform scenes for PC, console or mobile 3D games.
17th Jul 2019, 8:11 PM
Mike Perkowski
Mike Perkowski - avatar
0
But how do they create these objects?
17th Jul 2019, 6:55 PM
Muhamind
0
And this software does use code lenguages noo? Imagine that i want to create a cube with css, this is possible but how do i make a 3d place where i can ad other object?
17th Jul 2019, 7:43 PM
Muhamind
0
Yeah i also think you should use blender
17th Jul 2019, 8:09 PM
Ordia Anthony Mineh