• Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Social Media
    •   @Wings3dOfficial
    •   @Wings3dOfficial
    •   Wings3dOfficial
    •   Wings3dOfficial
  • Register
  • Login
  • Website
  • Search
  • Member List
  • Help
  • Old Forum
  • Register
  • Login
Wings 3D Development Forum Wings 3D Gripes & Grumbles v
« Previous 1 … 3 4 5 6 7 8 Next »
I currently can't sphere/cylinder map this type of chart/cuts

 
  • 0 Vote(s) - 0 Average
I currently can't sphere/cylinder map this type of chart/cuts

ggaliens
Offline

Erlang Hacker
Posts: 954
Threads: 143
Joined: Nov 2012
#22
12-30-2015, 03:01 PM (This post was last modified: 12-30-2015, 03:14 PM by ggaliens.)
I am going to make it work better.

First I will try this ... combined with making the UV coordinates like the ones you showed at far right of your last images. This has been the plan that I talked about ...
Code:
Define the texture wrapping parameters. This will control what happens when a texture coordinate greater than 1.0 or less than 0.0 is encountered:

glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_S,wrap);  
glTexParameteri( GL_TEXTURE_2D, GL_TEXTURE_WRAP_T,wrap);  

where wrap is:
GL_REPEAT : specifies that this pattern will repeat (i.e., wrap-around) if transformed texture coordinates less than 0.0 or greater than 1.0 are encountered.

GL_CLAMP : specifies that the pattern will “stick” to the value at 0.0 or 1.0.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Messages In This Thread
I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-24-2015, 04:03 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-24-2015, 06:28 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by micheus - 12-24-2015, 11:32 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-24-2015, 04:43 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-27-2015, 07:58 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by micheus - 12-28-2015, 07:47 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-28-2015, 03:16 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by micheus - 12-28-2015, 03:32 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-29-2015, 01:29 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by micheus - 12-29-2015, 02:45 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-29-2015, 02:53 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-29-2015, 05:44 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by micheus - 12-29-2015, 06:38 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-29-2015, 02:53 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by micheus - 12-29-2015, 08:00 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-29-2015, 08:07 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by micheus - 12-29-2015, 09:09 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-29-2015, 11:33 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by micheus - 12-30-2015, 03:48 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-30-2015, 04:00 AM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by micheus - 12-30-2015, 01:21 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-30-2015, 03:01 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 12-30-2015, 05:33 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by micheus - 12-30-2015, 06:31 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by map - 03-31-2016, 04:48 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by ggaliens - 03-31-2016, 10:43 PM
RE: I currently can't sphere/cylinder map this type of chart/cuts - by map - 04-21-2016, 04:57 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D - Powered by MyBB

Linear Mode
Threaded Mode