Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 
Share Thread:
Reddit Facebook Twitter
I currently can't sphere/cylinder map this type of chart/cuts
12-29-2015, 11:33 PM (This post was last modified: 12-29-2015 11:39 PM by ggaliens.)
Post: #18
RE: I currently can't sphere/cylinder map this type of chart/cuts
You don't need a straight line to fix it. You just need to set the proper OpenGL behaviors. That's why I provided the relevant link earlier in the thread. Basically ... when the UV crosses the seam ... I allow the UV to go to 1.01 or 1.x and that .x portion is just wrap around if the proper OpenGL setting is poked.

It's just another way to say that OPENGL can automatically TILE your textures for you so that wrap around does not make bizzare artifacts. But I also need to make sure my UVS don't wrap explicitly ... they mych get just over the U=1.0 line and I can do that by iterating by face as I set UVs.
Reply


Messages In This Thread
RE: I currently can't sphere/cylinder map this type of chart/cuts - ggaliens - 12-29-2015 11:33 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)