+ 3
How do you create a 3D rectangle?
4 odpowiedzi
+ 5
rectangle is 2D shape
+ 4
+ 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/