B. W. Lewis

Results 175 comments of B. W. Lewis

definitely some bugs here. Oddly however my bugs seem different! line width and line color are working for me (RStudio 1.0.143 and Firefox 57.04 and Chromium on Linux). But, the...

I fixed some color setting bugs identified in this thread. Your code, repeated below, is now working for me in at least the following browsers: Chromium Version 64.0.3282.140, Firefox 58.0.2,...

ok, the repeated call to lines3d should also be fixed now (see issue #79). Let me know if things are working for you...

I think this is working, here is what I get with the following program: ```{r} library(threejs) m = cbind(x=1:10,y=1:10,z=(1:10)/((1:10)^2)) x = scatterplot3js(m) # 10 points y = lines3d(x, 1, 10,...

Ah, I see. It's a great point. I'm only adding one line yet specifying two colors. I agree that this is dumb and will change it...

OK, after all this time, this should finally be fixed. Sorry for the slow progress. An example that illustrates the bug fixes/changes: ```{r} m = cbind(x=1:10,y=1:10,z=(1:10)/((1:10)^2)) (x = threejs::scatterplot3js(m, from=c(1,2),...

Someone once tried to add this but I never heard back about it. As you point out, it looks like it might be as easy as surfacing the OrbitControls.js autoRotate...

Sorry about the long latency. Despite an imminent new version this is still not in there. The globe.js low-level code does not use THREE.StateOrbitControls suggested by @EmilHvitfeldt at all unfortunately....

Yeah, looking at this it would be easier to leave the JS more or less as is and add a new option for constant rotation. It would be something like...

Sorry for the delay. Right now, it's not possible but I am adding an animation loop option...(it's a good idea!)