Skip to content

Commit

Permalink
Added monkey object file from Blender to load_obj example.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Aug 14, 2024
1 parent 919f516 commit a177fb8
Show file tree
Hide file tree
Showing 2 changed files with 1,480 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/load_obj/load_obj.ino
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ void setup() {
}

// Load the /sphere.obj file as Goblin3D object
if(!goblin3d_parse_obj_file("/sphere.obj", &obj)) {
if(!goblin3d_parse_obj_file("/monkey.obj", &obj)) {
Serial.begin(115200); // Start serial communication for debugging
Serial.println("Failed to initialize object."); // Print error message if initialization fails

Expand Down
Loading

0 comments on commit a177fb8

Please sign in to comment.