Harsha
Harsha
Hi @WilliamEKimberly, I would like to help you out here. I am one of the collaborators on this project (a _very_ tiny part to be honest compared to the awesome...
Hi Mr. William, I want to make sure I understand your correctly. :) - One could start simply, as with the sketch below. Just one parameter to vary. While I...
This sounds like the same issue that I had. Assuming your normals calc. is right, just disabling flat shading, like so ```python meshplot.plot( ..., shading = {"flat": False}) ``` should...
Ah, I think the idea of the question is to get an "effect" of Flat Shading given a system that: - only supports per-vertex normals, - and the shader uses...
I have the exact same problem. The `processing-py.jar` version seems to be an older version; for me the `jar` it's `v3017`, while the IDE version seems to be `v3063`.