debug dev command for collision
This commit is contained in:
@@ -2,11 +2,13 @@ package engine.collision;
|
||||
|
||||
import java.awt.geom.Line2D;
|
||||
|
||||
import java.awt.geom.Rectangle2D;
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class Mesh {
|
||||
public ArrayList<Triangle> triangles;
|
||||
public ArrayList<Line2D> BoundingLines;
|
||||
public Rectangle2D boundsRect;
|
||||
public float meshHeight;
|
||||
|
||||
public boolean BoundsCollides(Line2D line){
|
||||
|
||||
Reference in New Issue
Block a user