mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
notes, bugs, todos, info about svn stuff, additions to faq
This commit is contained in:
@@ -3219,6 +3219,26 @@ public class PGraphics3 extends PGraphics {
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
// strokeWeight() doesn't really work properly either,
|
||||
// but that will be dealt with in some other way.
|
||||
|
||||
|
||||
public void strokeJoin(int join) {
|
||||
String msg = "strokeJoin() not available with P3D";
|
||||
throw new RuntimeException(msg);
|
||||
}
|
||||
|
||||
|
||||
public void strokeCap(int cap) {
|
||||
String msg = "strokeCap() not available with P3D";
|
||||
throw new RuntimeException(msg);
|
||||
}
|
||||
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user