Hello,
I’m using Threekit inside my react app and some of the products are not looking 100% as expected.
I was told by Threekit guy that we need to render the player with webgl instead of webgl2.
He said that for doing it we need to add this to the player config:
rendererFeatures: {“webglContextType”:“webgl”}
like that we switch from webgl to webgl2.
I’m not sure where to add it in the code? I didn’t found any documentation about it.
I’ll be glad to get some help.