yes
parent
e35aae6d79
commit
592d3bfdb8
|
@ -11,10 +11,11 @@ import io.github.hydos.ginger.engine.mathEngine.vectors.Vector3f;
|
||||||
|
|
||||||
public class OBJFileLoader {
|
public class OBJFileLoader {
|
||||||
|
|
||||||
private static final String RES_LOC = "models/";
|
private static final String RES_LOC = "/models/";
|
||||||
|
|
||||||
public static ModelData loadOBJ(String objFileName) {
|
public static ModelData loadOBJ(String objFileName) {
|
||||||
String objFile = RES_LOC + objFileName;
|
String objFile = RES_LOC + objFileName;
|
||||||
|
System.out.println(objFile);
|
||||||
InputStreamReader isr = new InputStreamReader(Class.class.getResourceAsStream(objFile));
|
InputStreamReader isr = new InputStreamReader(Class.class.getResourceAsStream(objFile));
|
||||||
BufferedReader reader = new BufferedReader(isr);
|
BufferedReader reader = new BufferedReader(isr);
|
||||||
String line;
|
String line;
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue