Skip to content

Commit

Permalink
first test of the new 3D object color picking
Browse files Browse the repository at this point in the history
  • Loading branch information
anderson- committed Jan 27, 2016
1 parent ddc6c41 commit eaf14fe
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 187 deletions.
4 changes: 4 additions & 0 deletions src/s3f/pyrite/core/Connection.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ public Connection(String subComponent) {
satisfied = false;
}

public int getID() {
return uid;
}

public Connection(Component a, int terminalA, Component b, int terminalB, String subComponent) {
this(subComponent);
this.a = a;
Expand Down
Loading

0 comments on commit eaf14fe

Please sign in to comment.