↧
Answer by Ramon for How to tile a texture in https://threejs.org/editor/?
It's not hard to do, but you have no ui to access this parameter. So what you need to do is to create an script attached to any object (it's good to keep scenes in order so attach it to the material)...
View ArticleHow to tile a texture in https://threejs.org/editor/?
What's the correct way to tile a texture in https://threejs.org/editor/ ?I've created a plane with a material called m1 and tried to edit the material script to:function update( event ) { m1.wrapS =...
View Article