pmndrs / lamina

🍰 An extensible, layer based shader material for ThreeJS
MIT License
1.01k stars 41 forks source link

three-custom-shader-material 3.5.3 'csm_Normal' undeclared identifier #41

Closed Wambosa closed 2 years ago

Wambosa commented 2 years ago

Warn: The three-custom-shader-material dependency does not work when it is updated to 3.5.3. The examples use "three-custom-shader-material": "3.3.6" successfully, so that may be required to keep this stable. Root Issue here: https://github.com/FarazzShaikh/THREE-CustomShaderMaterial/issues/22

In my own package.json, I added this to the dependencies:

    "three": "^0.139.1",
    "three-custom-shader-material": "3.3.6",

and then this wonderful lib began to work as expected!

Thank you for your efforts in making shader work much easier <3

FarazzShaikh commented 2 years ago

Thanks for the kindness, i have fixed and bumped CSM, 1.1.21 should work now