Hi, Thanks Gabor for the script about finding the verts number, it'great.
I have another question, when you say that the "pdata-index-map! supplies the
current pdata index number to the procedure", do you refer that I am giving a
name to the current pdata?
for example
(clear)
(define c (build-cube))
(with-primitive c
(pdata-index-map!
(lambda (q p) (rndvec))
"c"))
So I'm giving the name "f" to the pdata "p"? And if this is correct what is the
purpose of the pdata-index-map!?
Thanks,
Luis
