tentone / potree-core

Potree point cloud viewer library core components for easier integration in a three.js project.
https://tentone.github.io/potree-core/
Other
171 stars 53 forks source link

change point RawShaderMaterial no posible? #20

Open ua4192 opened 2 years ago

ua4192 commented 2 years ago

Hi.

I wonder if it is possible to change the internal RawShaderMaterial used to view Points. I need to add some new attributes and uniforms.

Many thanks in advanced

tentone commented 1 year ago

Hi

You should be able to manipulate the shaders externally before creating instances.

Sorry for the late response.