API Shapediver Texture repeating

Hello guys,

I read in the documentation of Three.js that when we create a canvas texture to apply it to a geometry it is set by default to not repeat, not wrapping.
Is the default setting for the Shapediver material defined through the API set to repeat by default?. And if so, where is this documentation in your API because we couldn’t find it?

If you can also answer that here, it would be super helpfull.

Thanks in Advance

Hi, our viewer by default uses THREE.RepeatWrapping, and you are absolutely right that this should be documented and exposed on the viewer’s API. We are likely going to include an extension to the texture definition in the next release.
The modes described here will be available: https://threejs.org/docs/#api/en/textures/Texture.wrapS

Thank you Alex!