I wonder if anybody come across this specific problem before. With my basic understanding of how the 3d objects are drawn using webgl and three.js it seems that I cannot find a way to create a paralelipiped (or I think this is how it is called) that does inherit it's geometry from cubegeometry, but doesn't have all angles of 90 degrees.
My goal is to have something like this:
The result should be very similiar to what
-moz-transform: skew(0,-45.1deg);
would do for an html element. Can anybody help me find a solution?
I thank you for your consideration.