I want to create slanted cylinder for my purpose.
so I tried and some how created(which suits my requirement) BufferGeometry which takes radius, depth & angle.
But my problem is with rendering.
I used side: THREE.FrontSIde
in material.
but some faces are not shown properly as shown in pic due to vertexNormal created by computeVertexNormals.