Fyrestar / THREE.extendMaterial

Extending built-in materials, instances of ShaderMaterial and shader objects of onBeforeCompile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating Uniforms added in a patch

JiDW opened this issue · comments

Hello!

Is it possible to access/update uniforms added during an onBeforeCompile with the patch method to a material that does not have a "uniforms" property?

Thanks!