I currently can't sphere/cylinder map this type of chart/cuts - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Gripes & Grumbles (https://www.wings3d.com/forum/forumdisplay.php?fid=4) +--- Thread: I currently can't sphere/cylinder map this type of chart/cuts (/showthread.php?tid=1504) |
I currently can't sphere/cylinder map this type of chart/cuts - ggaliens - 12-24-2015 Code: find_axes(Fs,BEdges,We) -> In my manifoldlab releases folder is a dense sphere with cutlines. Filename testsphere2.wing https://www.dropbox.com/s/g1hso6aleviuy1h/testsphere2.wings?dl=0 It is very similer to one that has about 1/2 as many polys ... but the same structure ... which did UVMAP. What sort of things might throw off the axes finder ? RE: I currently can't sphere/cylinder map this type of chart/cuts - ggaliens - 12-24-2015 I had to back off on my sort of arbitrarily foamy objective ... and go to a smoothed geodome starting with like level 128 or more and then smoothing a time or two to get up to 200K vertices. And then I was able to make an "8" on the object (cutting lines) and the resulting mapping obeyed the poles I had setup ... reasonably. It seems like sphere mapping needs a bit more stress testing (MAYBE). I reserve judgement and will give it another try with arbitrary triangles. RE: I currently can't sphere/cylinder map this type of chart/cuts - micheus - 12-24-2015 That works fine in a regular spherical shape. The only adjust needed is to move the top and bottom vetices in the poles (red circles). The image mapped in the poles is a little pinched, but I think that is hard to avoid this without a human touch. I didn't used your file because I'm on a poor PC for this high resolution object. In a i5 4GB (but only 1.5GB free) with an Intel integrated graphic card it's almost impossible to work in this kind of mesh. I just discovered that my Bump_Mesh is still working under v2.0.2. RE: I currently can't sphere/cylinder map this type of chart/cuts - ggaliens - 12-24-2015 When I go as high as I did in mesh density ... the cutlines make sometimes arbitrarily small sliver triangles ... especially is I'm starting with triangle "foam" ... and then I worry about the oddballs like an edge that is near ZERO length. I went and picked over the edges of the "8" cut lines to make it still a very nice "8". Flat, parallel caps, no short edges on cutline between caps. I did a lot of work ... but still it didn't want to sphere map. Oh well. Maybe I'll burn these test models to CDROM and comeback to them another day. GEODOME of high density may be good enough for now. RE: I currently can't sphere/cylinder map this type of chart/cuts - ggaliens - 12-27-2015 Micheus ... I changed my sphere ... down to 80343 faces. Can you try sphere mapping it as is with the same cutlines ? It is still testsphere2 in my dropbox where the manifoldlab installers are located. With new testsphere2 .... I have a new alignment problem. But still an alignment problem. RE: I currently can't sphere/cylinder map this type of chart/cuts - micheus - 12-28-2015 Thanks, it became much more light to work. ggaliens, as perfect as the sphere the "8" must be too. The two poles must be the same diameter as well as they must be a perfect circle. The "meridian" must be flat. That will ensure the resultant unwrap can be a rectangle. Otherwise, the boundaries of the unwrapped region will be non regular and by trying to find the better alignment Wings3D may rotate and distort it slightly - as you are getting. Here is the result (I removed the hole/pipe - the union between poles) RE: I currently can't sphere/cylinder map this type of chart/cuts - ggaliens - 12-28-2015 "The two poles must be the same diameter as well as they must be a perfect circle". I gathered some of the above ... from experiments. But this information is not on status line is it ? It would be easy to generalize this if the user would just stipulate the axis directly ... rather than by inference. Seems a very small price to have to pay as a user. RE: I currently can't sphere/cylinder map this type of chart/cuts - micheus - 12-28-2015 (12-28-2015, 03:16 PM)ggaliens Wrote: "The two poles must be the same diameter as well as they must be a perfect circle".That doesn't need to be said if you know about the concept. You are using a "wrong" mesh for this method. I could to try explain, but my English and knowledge isn't enough, so I got this text from this link. You can find many others - all of them you will be using a regular Sphere and the Sphere map will unwrap it in a Cylinder creating a rectangle map. Quote:Map Coordinate SystemsThe kind of mesh you are using would require a regular Unfold, maybe. I just tried to drive your mesh in that direction in order to get the desired result. That is because we cannot automatize everything - the human eye and brain still work better for most situation. RE: I currently can't sphere/cylinder map this type of chart/cuts - ggaliens - 12-29-2015 Its OK ... I got it working with my sphere and standard implementation. Not sure why you think it can't work with my sphere and triangles ... because it sure does work if you keep it SIMPLE. Video to follow. RE: I currently can't sphere/cylinder map this type of chart/cuts - micheus - 12-29-2015 (12-29-2015, 01:29 AM)ggaliens Wrote: Not sure why you think it can't work with my sphere and triangles ... because it sure does work if you keep it SIMPLEI still think that the way you were doing you couldn't - you proved that. At least the way you were arguing it should work with the current wings3d implementation. To get it working you certainly changed something. Don't you? |