warped texture render

   2901   2   1
User Avatar
Member
16 posts
Joined: Oct. 2014
Offline
hey all
ive got a rigid piece of geometry that is rendering out a warped texture. This is really obvious as they are straight lines. The UVs are all perfectly straight, I've added geometry so there's more tension to keep them straight, but at the very end the lines are pulled to a side. any ideas? this should be really easy and drawing the lines warped on the image so it comes out straight is a really backwards way of working and i really want to avoid it.

Attachments:
solarArrray_col_v015.png (8.0 KB)
Capture1.PNG (165.3 KB)
Capture2.PNG (15.8 KB)

User Avatar
Member
246 posts
Joined: July 2005
Offline
This is happening most likely because your geometry contains ngons (polygons with more than 4 sides). Try a Divide SOP to cut it up, or better yet, Polysplit the geometry in a way that eliminates the polygons with more than 4 sides (suggestion below). Mantra does it's best to render 5+ sided polygons, but the result can be the stretching that you're seeing here.

Attachments:
geo_suggestion.jpg (42.1 KB)

User Avatar
Member
16 posts
Joined: Oct. 2014
Offline
that turned out to be the problem, but thanks for confirming via houdini
  • Quick Links