GaryHuan9 / Echo

An awesome ray traced 3D renderer build in C# from scratch!
MIT License
17 stars 3 forks source link

Add support for echo format #39

Closed GaryHuan9 closed 2 years ago

GaryHuan9 commented 2 years ago

What is the reason for this pull request? Implements and resolves #38.

What was added, removed or changed in this pull request? Added support for the .echo format. Migrated common scenes to the .echo format. Integrated user interface to support reading in the format at runtime.

Contributors @GaryHuan9