Hello, i’m a begginer of threeJs, i’m facing some diffilculties and i hope someone could help me.
- I wan’t to have the best quality on my images but they are blured
I try this:
texture.generateMipmaps = false
texture.minFilter = THREE.LinearFilter
texture.needsUpdate = true
But the result is strange as if it’s pixelated.
Does it exist something to have a better result? I wan’t something like background-image cover in css
- Is it possible to have a border just on a specific face of cube and not on the whole cube?
- Do you have some tips to increase my performances?
Thanks for your answers !