pnext / three-loader

Point cloud loader for ThreeJS, based on the core parts of Potree
Other
201 stars 88 forks source link

EDL Support #66

Closed alec-g closed 4 years ago

alec-g commented 4 years ago

Hey, just wondering if this port currently supports EDL (eye-dome lighting) I have seen that the point-cloud-material has a useEDL paramater but this does not seem to do anything?

alec-g commented 4 years ago

Figured out the EDL implementation should be in the viewer itself as it is a post processing shader, was able to setup a screen pass to accomplish this.

seonglae commented 3 years ago

Do you have any example implementation of EDL with three-loader?

iconnary commented 3 years ago

Bump - can anyone point to a sample EDL implementation?

nightvisi0n commented 9 months ago

Hi @alec-g, would be really great if you could give as a hint how you implemented the screen pass. Thanks a lot!