File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package engine .components ;
22
3- import engine .demos .mydemo .RaycastComponent ;
4- import engine .demos .mydemo .RaycastHit ;
3+ import engine .demos .ray .RaycastComponent ;
4+ import engine .demos .ray .RaycastHit ;
55import engine .render .Material ;
66import math .Bounds ;
77import math .Ray3f ;
Original file line number Diff line number Diff line change 11package engine .components ;
22
3- import engine .demos .mydemo .RaycastComponent ;
4- import engine .demos .mydemo .RaycastHit ;
3+ import engine .demos .ray .RaycastComponent ;
4+ import engine .demos .ray .RaycastHit ;
55import engine .render .Material ;
66import engine .vbo .VBO ;
77import engine .vbo .VBOFactory ;
Original file line number Diff line number Diff line change 1+ package engine .resources ;
2+
3+ import java .io .IOException ;
4+
5+ public interface ModelLoaderStrategy {
6+ Model load (String filePath );
7+ }
You can’t perform that action at this time.
0 commit comments