Nicolas Cannasse 9 gadi atpakaļ
vecāks
revīzija
5b6a9d2d2a
1 mainītis faili ar 0 papildinājumiem un 16 dzēšanām
  1. 0 16
      samples/interact/Main.hx

+ 0 - 16
samples/interact/Main.hx

@@ -1,19 +1,3 @@
-class OptimizedIntersect implements h3d.col.RayCollider {
-
-	var sphere : h3d.col.Sphere;
-	// triangles
-
-	public function new( mesh : h3d.scene.Mesh ) {
-	}
-
-	public function rayIntersection( r : h3d.col.Ray, ?p : h3d.col.Point ) : Null<h3d.col.Point> {
-		//if( !checkRaySphere(r, sphere) )
-		//	return null;
-		// check triangles
-		// ...
-		return null;
-	}
-}
 
 class Main extends hxd.App {