jugglingcats

Results 41 comments of jugglingcats

Perhaps this is useful: https://github.com/mrdoob/three.js/wiki/Updates#geometries.

Can you think of any hack/workaround to have the three geometry recreated when updates occur? Happy to do anything that will get beyond this issue while waiting for a 'proper'...

I found a workaround here: https://groups.google.com/forum/#!topic/reactjs/8JgClU9jol0. Basically I added `key={"rnd"+Math.random()}` to the `` element. Total hack but moves me forward ;)

Hi, be interesting to know if using fibre and your react-three-renderer-fiber might help with #127 and how else it might fundamentally affect R3R usability / extensibility? Would it be backwards...

Hi, for better Typescript support there are a couple of things needed: - TSD file needs to be created. This can be hand-crafted, generated from jsdoc, or you can code...

I made the change you suggested and error messages are gone! Thanks. Strange that it was drawing the line at all using the attributes...?

> would panel extra work for that usecase? Hi @rinick, am new to rc-dock and am exploring to see if it's a good fit with our requirements. Whatever, it's a...

@rinick I had a look but it seems to me that the maximise or any other custom button that is needed on the right will be in `panelExtra`, ie. the...

@nealus I am seeing a similar issue just using drag/drop. I raised a new issue #340 for it, hope that's okay.