While constructing a house-like structure with corrugated sheets, I utilized BoxGeometry to outline the structure and adjusted vertices to create a corrugated sheet wall.
I have been experimenting with creating a facade using corrugated sheets in the shape shown below. However, my attempts at modifying the vertices as done in the initial example have not yielded the desired corrugated pattern.
Here is the code snippet I used for the front side wall:
https://i.sstatic.net/aqMgj.jpg I tried implementing the following code using shapes but could not achieve the desired corrugated effect.
In an effort to replicate the corrugated pattern, I constructed a shape for the wall and manipulated the vertices accordingly. Nevertheless, the output did not display the intended corrugated structure.
Do you have any recommendations on how to achieve the desired corrugated look?