gabor papp <[email protected]> writes: > hi Glauber, > >> err data, but this is a bit tricky as there are much more pdata than >> vertices, and preferably i would like a one-to-one mapping: > primitive vertices and all other pdata are duplicated, so we have > separate faces. you could try (poly-convert-to-indexed), which removes > duplicate vertices, but since it's automatic it probably won't give > you the expected result. i will checkout this conversion just to see how it does.
> you can also try (build-nurbs-plane), which > also has additional vertices, but only one vertically and > horizontally, because of the nurbs behaviour. so you could have a > 10x10 pdata array by calling (build-nurbs-plane 9 9). i could manage to use nurbs for it. > > hope this helps, > gabor sure thanks, glauber.
