Keenan Crane
Keenan Crane
We also experience slow compile times for larger molecules in the [structural-formula] branch. Probably because this Style program generates penalties for all pairs of elements in the diagram. Beyond speeding...
In general I'm running up against this issue in basically every example past a certain size: (_very_) long compile time, followed by pretty fast optimization. It quickly becomes a deterrent/blocker...
Here we should lean heavily on the way SVG performs transformations (especially since this is our main output format): https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/transform In past discussions, I don't think we've done a great...
Another related issue is that we at some point need to support groups, a la the SVG group tag: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/g Here we will need to think carefully about how transformations...
A similar issue on the Substance side is raised in #721.
One thing to note: although we took care of the renaming, the values that this field can take are still just flat colors. SVG also [allows the "color" to be...
Yep! Easily. Just change the "Target Boundary" mode to "Set Boundary Angles" and pick four corners, setting each of their target angles to 0.5π. Then export the mesh. This will...
Hi dnjiang, Let me clear up some confusion. You can definitely use the output of BFF as you desire. But there are a couple basic things to know. First, the...
Also, you should NOT be using both the input OBJ file and the output OBJ file simultaneously. Just the output file contains both the 3D and UV coordinates you will...
Export an ordinary mesh (not a UV mesh) and open it in a text editor. You should see some lines starting with v and others starting with vt. The v...