Vasco Asturiano

Results 1135 comments of Vasco Asturiano

@emepuert are you able to make a simple reproducing example on https://codepen.io/ or https://codesandbox.io/ ?

@longlp-sosene thanks for reaching out. `linkThreeObject` does not get invoked at every engine tick, it gets invoked whenever there are changes requested to the link representation, which is the case...

@dux2000 I'm unable to reproduce your issue. I've tried it in Firefox 140.0.4 and it works fine. It might be related to your local WebGL environment.

@dingkai031 thanks for reaching out. Looks like you might not be importing the required peer dependency `three`. You can add it as a global before your `three-globe` script tag: ```...

Thanks for reaching out @keartland. The method `hexPolygonColor` is only invoked once per polygon, and its color is applied to all the hexs inside that polygon. That means that is...