PShape3D method strokeWeight()?
in
Android Processing
•
1 year ago
I'm using Processing with P3D and Android to render .obj models. I've gotten texture mapping to work, but I'm trying to get strokes to show on the various faces.
PShape3D.java has been in constant flux. Can someone point me to the version that was included in the 1.5.1 release?
The PShape3D version in question includes a setStrokeWeight(float) function, which has been changed to strokeWeight(float) in more recent versions, I have discovered, but I'm trying to figure out if it has any function for setting stroke color.
The PShape3D version in question includes a setStrokeWeight(float) function, which has been changed to strokeWeight(float) in more recent versions, I have discovered, but I'm trying to figure out if it has any function for setting stroke color.
1