Firtina Ozbalikci

Results 194 comments of Firtina Ozbalikci
trafficstars

Linking http://stackoverflow.com/questions/39626921/react-three-renderer-refs-not-current-in-componentdidupdate-mvce-included

Converting to bug as well to increase priority

I will write a guide for this, but basically you can create a `` within a component, and in that component's `componentDidMount` callback, `this.refs.group` will refer to that group object....

You could user a texture for the text, or use a [textGeometry](https://github.com/toxicFork/react-three-renderer/wiki/textGeometry), or if you link me the example I can provide advice on how to reproduce it with react-three-renderer...

Thanks for the PR :) I think we may need to test to see what happens if for example 3 groups are used first and then that's changed to 2...

Yes having a separate PR for them will make it easier to press the merge button :)

I'll add in `uv`s in a commit, for `groups` that will take some more effort

Don't worry, I have similar issues :D we need an open source support group On Fri, 10 Nov 2017, 11:51 Chiguireitor, wrote: > Yes thanks, sorry for not separating the...

That sounds reasonable, do you have an example set up so I can try to see if I did it right? On Tue, Oct 17, 2017, 21:18 Alexey Shildyakov wrote:...