How do you create a 3D rectangle? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do you create a 3D rectangle?

14th Feb 2018, 12:02 AM
Campbell
Campbell - avatar
3 Answers
+ 5
rectangle is 2D shape
14th Feb 2018, 1:35 AM
Vukan
Vukan - avatar
+ 3
Rectangle is a 2D shape itself, but a 3D rectangle could mean a rectangle inside a 3D space ^^ In Html, you could easily produce 3D rectangles by using the 'perspective' css feature on an element container and then use 'transform' on 3D space rather than 2D... https://css-tricks.com/almanac/properties/p/perspective/
14th Feb 2018, 7:31 AM
visph
visph - avatar