Slightly larger sectors
This commit is contained in:
@@ -52,7 +52,7 @@ public class Sector{
|
|||||||
//v33 is now the center of this shape
|
//v33 is now the center of this shape
|
||||||
Vec3 center = Tmp.v33.scl(1f / corners.length).cpy();
|
Vec3 center = Tmp.v33.scl(1f / corners.length).cpy();
|
||||||
//radius of circle
|
//radius of circle
|
||||||
float radius = Tmp.v33.dst(corners[0]) * 0.9f;
|
float radius = Tmp.v33.dst(corners[0]) * 0.98f;
|
||||||
|
|
||||||
//get plane that these points are on
|
//get plane that these points are on
|
||||||
Plane plane = new Plane();
|
Plane plane = new Plane();
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
org.gradle.daemon=true
|
org.gradle.daemon=true
|
||||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||||
archash=b0cce39a1f4ea1c4c4a07ce750d5c30f451b34c2
|
archash=d8ea4539e93211d2134b806e7f4997ce09a491e2
|
||||||
|
|||||||
Reference in New Issue
Block a user