Skip to content

Commit

Permalink
Clear redundant model resources
Browse files Browse the repository at this point in the history
  • Loading branch information
roeas committed Aug 16, 2024
1 parent 993afc7 commit a2f9b20
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 14,984 deletions.
Binary file removed Frame/Asset/model/Crate/Crate1.3ds
Binary file not shown.
Binary file removed Frame/Asset/model/Crate/Crate1.blend
Binary file not shown.
12 changes: 0 additions & 12 deletions Frame/Asset/model/Crate/Crate1.mtl

This file was deleted.

23 changes: 0 additions & 23 deletions Frame/Asset/model/Crate/Crate1.obj

This file was deleted.

Binary file removed Frame/Asset/model/Crate/CrateImage1.JPG
Binary file not shown.
Binary file removed Frame/Asset/model/Crate/CrateImage2.JPG
Binary file not shown.
Binary file removed Frame/Asset/model/Crate/crate_1.jpg
Binary file not shown.
File renamed without changes.
7,474 changes: 0 additions & 7,474 deletions Frame/Asset/model/bunnyAssignment6/bunny.obj

This file was deleted.

7,474 changes: 0 additions & 7,474 deletions Frame/Asset/model/bunnyAssignment7/bunny.obj

This file was deleted.

2 changes: 1 addition & 1 deletion Frame/Source/Assignment/Assignment6/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int main(int argc, char** argv)
{
Scene scene(1280, 960);

MeshTriangle bunny(Utils::PathFromAsset("model/bunnyAssignment6/bunny.obj"));
MeshTriangle bunny(Utils::PathFromAsset("model/bunny/bunny.obj"));

scene.Add(&bunny);
scene.Add(std::make_unique<Light>(Vector3f(-20, 70, 20), 1));
Expand Down

0 comments on commit a2f9b20

Please sign in to comment.