move obj files
This commit is contained in:
parent
4b08999862
commit
6110fc4f5e
File diff suppressed because it is too large
Load Diff
|
@ -132,7 +132,7 @@ void init(void) {
|
|||
|
||||
|
||||
// --------------- READ teapot.obj
|
||||
ParsedObjFile teapot = readObjFile("teapot.obj");
|
||||
ParsedObjFile teapot = readObjFile("../obj/teapot.obj");
|
||||
numFaces = teapot.length;
|
||||
|
||||
// write teapot faces to buffer
|
||||
|
|
|
@ -132,7 +132,7 @@ void init(void) {
|
|||
|
||||
|
||||
// --------------- READ teapot.obj
|
||||
ParsedObjFile teapot = readObjFile("monkey.obj");
|
||||
ParsedObjFile teapot = readObjFile("../obj/monkey.obj");
|
||||
numFaces = teapot.length;
|
||||
|
||||
// write teapot faces to buffer
|
||||
|
|
25934
u07-light/teapot.obj
25934
u07-light/teapot.obj
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue