Added Video Export feature with according Options in the Options Menu
Fixed Linear Interpolation
This commit is contained in:
@@ -63,5 +63,8 @@ public class Position {
|
||||
this.yaw = yaw;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "X="+x+", Y="+y+", Z="+z+", Yaw="+yaw+", Pitch="+pitch;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user