What are the steps to building a 3d shape | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

What are the steps to building a 3d shape

10th Jun 2018, 10:39 AM
Webster
Webster - avatar
7 Answers
+ 6
Latudanee you seem to have an interest in 3d based on your previous questions. There isnt a specific 1,2,3 step in building 3d shapes. css could be used js libraries could be used.. you could Google it
10th Jun 2018, 10:54 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 4
ok thanks
10th Jun 2018, 11:02 AM
Webster
Webster - avatar
+ 4
ok
10th Jun 2018, 11:32 AM
Webster
Webster - avatar
+ 3
🇳🇬Brains Its much more complex than 2d sure but not ridiculous. A 3d code (NOT using webgl) I have copied to my private codes from a user. (I don't remember his/her name otherwise I'd give credit) https://code.sololearn.com/WOg9395wLlH1/?ref=app
10th Jun 2018, 12:02 PM
Haris
Haris - avatar
+ 3
Haris for a beginner it is😂. lets know even talk about ctx.getContext("webgl").. you could spend 300 lines on creating a single cube.
10th Jun 2018, 12:05 PM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar
+ 2
Latudanee If you intend to build a 3d shape in plain js you need Math. Ofc there are js libraries that make life easier for you and have 3d shapes ready for use. Another way is with css but js always looks more realistic.
10th Jun 2018, 11:31 AM
Haris
Haris - avatar
+ 2
Haris i skipped the plain js part due to its ridiculous complexity
10th Jun 2018, 11:43 AM
᠌᠌Brains[Abidemi]
᠌᠌Brains[Abidemi] - avatar