GaryHuan9 / Echo

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

29 feature request add support for ply files #42

Closed ClemensU42 closed 2 years ago

ClemensU42 commented 2 years ago

What is the reason for this pull request?

29

What was added, removed or changed in this pull request? Added a loader class that can load .ply files with the binary_little_endian format. Triangles can be streamed in using the ReadTriangle function

Contributors @ClemensU42

GaryHuan9 commented 2 years ago

Beautiful work! A nice little loader than we can use to load .ply files! We will open a new issue for some more optimizations for this loader so it can handle larger file. 👍