Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

good job! #12

Open
Easonzero opened this issue Mar 24, 2018 · 1 comment
Open

good job! #12

Easonzero opened this issue Mar 24, 2018 · 1 comment

Comments

@Easonzero
Copy link

Easonzero commented Mar 24, 2018

I am surprised to find this amazing project,and I am developing a similar project,whose demo is Sail.
Will you continue to develop this project? Hope you can continue to keep up the good work, and I will learn from you.

@erichlof
Copy link
Owner

erichlof commented Mar 24, 2018

@Easonzero
Hi! Thank you for the compliment! I checked out your Sail project - awesome work! You mentioned you will learn from me, but looking at some of your path tracing components, I can learn from you too! You have all the components that a ray/path tracer needs, and more. I am interested in eventually adding the PBR microfacet materials, which it looks like you already have in your shader material source code. Keep up the good work!

Yes I intend to keep working on this project. I am awaiting WebGL 2.0 support from the Three.js team so I can try implementing a LBVH acceleration structure on the GPU using Morton codes. This will enable tracing of complex triangle models (.obj format) rather than just the usual mathematical shapes. Also, as you can see from my latest experiments, I am trying out different RayMarching ('PathMarching'?) scenarios for rendering outdoor environments with mountains, clouds, water, grass, trees (maybe), etc. RayMarching opens up whole new worlds that aren't easily accessible with traditional RayTracing.

Best of luck to you, I bookmarked your project! :-)
-Erich

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants