Texturize with Oblique Images
- mesh.texturize_oblique
Input:
- meshes – Mesh
- trapezes – Oblique-Trapeze
- images – File
Output:
- output – Mesh
This function assigns textures to meshes using oblique images. For each polygon in the mesh, it identifies the corresponding oblique image based on the orientation, and then calculates the texture coordinates for that polygon. Finally the oblique image is cropped to the bounding box of the projected polygon and then applied as a texture to the polygon.