fix: unused method
This commit is contained in:
parent
f808f34330
commit
7bfa1e105c
|
@ -44,14 +44,7 @@ public class Camera extends JavaPlugin implements Listener {
|
||||||
getServer().getPluginManager().registerEvents(this, this);
|
getServer().getPluginManager().registerEvents(this, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void reverseQuaternions() {
|
|
||||||
for (int i = 1; i < controlPoints.size(); i++) {
|
|
||||||
controlPoints.get(i).patchYaw(controlPoints.get(i - 1));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static void compute() {
|
public static void compute() {
|
||||||
// reverseQuaternions();
|
|
||||||
|
|
||||||
int nControlPoints = controlPoints.size();
|
int nControlPoints = controlPoints.size();
|
||||||
curve = new ArrayList<>();
|
curve = new ArrayList<>();
|
||||||
|
|
Loading…
Reference in a new issue