ex)
…
const texture = gl.createTexture()
…
const material = new MeshBasicMaterial({map: texture})
Thank you.
ex)
…
const texture = gl.createTexture()
…
const material = new MeshBasicMaterial({map: texture})
Thank you.
No, that does not work. Using raw WebGL textures is not supported.
I see, thanks.