Andrew Bryson

Results 2 comments of Andrew Bryson

@jugglingcats This might help. Based off this pen - https://codepen.io/nireno/pen/giafd ``` componentDidMount() { const { width, height } = this.props; this.scene.add(this.camera); let textContent= document.createElement("div"); textContent.className = 'textContent'; textContent.textContent = "Hello...

@Colmea Yes, I tried it out. Works very well. Thank you for making it.