Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trifido authored Feb 12, 2025
1 parent d489035 commit cf6af6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The binding allows developers to interact with USD files in C# using the **tinyu

2️⃣ Step: Run cmake with the following options enabled.

![CMake project configuration](https://github.com/EvergineTeam/TinyUSD.NET/blob/main/readmeCMake.png)
![CMake project configuration](https://raw.githubusercontent.com/EvergineTeam/TinyUSD.NET/refs/heads/main/readmeCMake.png)

3️⃣ Step: In the generated C++ solution, compile the ctinyusd project to generate the dll file.

Expand All @@ -48,7 +48,7 @@ To generate the Win32 solution we must execute the file vc-setup-32bit.bat. It w

Check the `TinyUSDExample` console project to run the example shown in the image.

![Output](https://github.com/EvergineTeam/TinyUSD.NET/blob/main/readmeExample.png)
![Output](https://raw.githubusercontent.com/EvergineTeam/TinyUSD.NET/refs/heads/main/readmeExample.png)


## Platforms
Expand Down

0 comments on commit cf6af6f

Please sign in to comment.