RavenWorks
RavenWorks
That works, thanks so much!! I'm not sure whether to close the issue now, or if I might as well leave it open until at least the stdlib functions are...
I know I'm bumping a real old thread, but out of curiosity, what's the state of this? (I guess at this point it's way too out of date to be...
I didn't get around to trying in the end, sorry.
Oh, phooey, I hadn't thought about that :) I guess I assumed that in this mode, it wouldn't simplify meshes... but I'm not sure how much of a hit on...
Yeah, but then you'd ALSO have to start worrying about UV unwrapping, etc…
Material indexing is close to what I want, in the sense that I'm just labeling the shape so that I can do the actual decoration elsewhere, but the key thing...
Parametric is definitely what I had in mind, but the question at that point is how to export the result to another program -- the meshing algorithm optimizes for spatial...
Oh, fantastic! I didn't even bother trying exporting before it was ready because I assumed it would just export the last mesh… That's good to know, then :)
FYI, I've continued this train of thought here: https://github.com/libfive/libfive/pull/123
OK, so I think I've finally realised that the proper approach for what I was trying to do is actually something like ``` (define (myscale shape) (remap-shape shape (x y...